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>...
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...
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...
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...
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!
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.