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 TouchToneTommy 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
  • Content: Threads
  • Order by date
  1. 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>...
  2. 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...
  3. 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...
  4. 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...
  5. 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!
  6. 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