Dear sedj
I changed helloworld1.jsp to helloworld2.jsp
WOOooOwww!!!!!!!!!!! It worked!!!!!!
YEAHHHHHHHHH!!!!!!!!!!!!!
Thanks a million!!!!!
But why is it so?
many thanks,
pancy :-) :-)
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>...
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...
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...
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
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...
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...
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!
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...
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.