Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pancy
  • Order by date
  1. pancy

    Cant display scripts in hello.jsp

    Dear sedj I changed helloworld1.jsp to helloworld2.jsp WOOooOwww!!!!!!!!!!! It worked!!!!!! YEAHHHHHHHHH!!!!!!!!!!!!! Thanks a million!!!!! But why is it so? many thanks, pancy :-) :-)
  2. pancy

    Cant display scripts in hello.jsp

    Dear all, Hi! I am a beginner. I have installed Tomcat v5.0.25 and I tried writing a hello world JSP program using notepad. I stored my program as hello.jsp and put it in the webapps directory. I got the WEB/INF folder there with web.xml inside. This is my jsp file -(so simple) <HTML>...
  3. pancy

    The requested resource (myjsp/first.jsp) is not available

    Dear all, I am a beginner. I tried writing the hello world described by swapsawe using notepad. And I did all the above mentioned. I can load the page but I cannot see the words displayed using the script ie. I cant see "-- so says the test program." Can anyone please suggest me what I...
  4. pancy

    How to send serial data (non printable char) with MSComm

    Dear all, In fact, I want to send a command to a robot. The command is typed in text1.text part of my code is like this: ------------------------------------------------------ Private Sub Text1_KeyPress(keyascii As Integer) Dim clcom As String, clname As String, clint As Byte, clcode As Integer...
  5. pancy

    How to send serial data (non printable char) with MSComm

    neilharris I tried downloading some dll for the VB which allows me to send serial data, and it worked. So I think my microprocessor should have no prob. However, I cant use that dll coz it only support sending but not receiving. Any suggestion? Thank you very much! Pancy
  6. pancy

    How to send serial data (non printable char) with MSComm

    I've been sticking to it for a long time already...I tried to send something using MSComm1.Output but when I send an integer valued larger than 127, my microprocessor (which is the receiving side) gets a zero. Here's my code: ... MSComm1.Output = chr(0) & stringA & chr(integerA) & "." my data...
  7. pancy

    to control Vector2x digital compass by SPI

    Really no one knows the source code?? Please help, anything would be great. Thanks!
  8. pancy

    to control Vector2x digital compass by SPI

    Dear all, I have bought a Precision navigation Inc Vector2x compass and I want to control it using the SPI of my motorola 68HC12. I've written the program in assembly but I don't know why I couldn't get any data from the compass. I tried to check the HIGH/LOW of the pins and found that the SS...
  9. pancy

    MSComm to receive data of variable length

    Robert, could you please tell me what your settings of RThreshold, InputLen etc. are? Am I setting those right? Thanks alot! Pancy
  10. pancy

    MSComm to receive data of variable length

    Sorry Robert, I've some problem in my program. here's my codings: Private Sub Form_Load() ' Fire Rx Event Every 1 Byte MSComm1.RThreshold = 1 MSComm1.InputLen = 0 MSComm1.Settings = "9600,N,8,1" MSComm1.CommPort = 1 MSComm1.PortOpen = True End Sub Private Sub MSComm1_OnComm() If...
  11. pancy

    MSComm to receive data of variable length

    Dear Robert, I see!!! Thanks a million! Pancy
  12. pancy

    MSComm to receive data of variable length

    Dear all, I am very new to VB 6. I would like to know how I can receive data of variable length because I know that I have to set the RTheshold value. My situation is like this: I have to types of data: 1) starts with "A" + strings of data 2) starts with "B" + Hex numbers of 2 - 512 bytes I...
  13. pancy

    transmit characters using assembly language

    I am using the Motorola 68HC912 MCU Board. Could anyone kindly tell me how I can transmit/print characters? Like in Visual Basic, we use CHR$(65) to transmit an "A". I need to transmit from CHR$(0) up to CHR$(255) using assembly language. Thank you very much!
  14. pancy

    to simulate a RS232 serial data

    Thank you very much! I have bought a MAX232 and is working on it. I think it will work! Thanks alot!
  15. pancy

    to simulate a RS232 serial data

    Dear Zeit, Yes I understand what you mean. There is a serial port in the board. my board is 68HC912B32. In my project, I have to receive signals from PC and send signals to a servo control board. Both of them need a RS232 port. So I have to connect this port to the pc and simulate an output to...
  16. pancy

    to simulate a RS232 serial data

    Zeit, Sorry I'm new to assembly. would you mind telling me what a UART is? I was thinking of assigning a logic 1 or 0 to the output pin for a period of time. However, as I test the output voltage, a &quot;1&quot; gives a +5V and a &quot;0&quot; gives 0V. I looked up the 232 signal definition, a...
  17. pancy

    to simulate a RS232 serial data

    I am using a motorola 68HC912 board. I would like to use an output pin to simulate a serial output, just like the ones used in a RS232 port. Could you please advice me on how I can do it? Thank you.

Part and Inventory Search

Back
Top