|
-
Nov 5th, 2005, 11:11 AM
#1
Thread Starter
Lively Member
input from serial port
if i sent a byte to the serial port and i need to test if that byte got to the serial port how can i do it>?
-
Nov 5th, 2005, 11:34 AM
#2
Thread Starter
Lively Member
Re: input from serial port
in fact i m using
Text2.Text = MSComm1.OutBufferCount
but it is always returning 0
what can be wrong with the code?
-
Nov 7th, 2005, 03:39 AM
#3
Re: input from serial port
If it returns "0" then the bytes where send and the buffer is empty now. However it will not say that your receiver did receive it! If you have 2 comports on your PC just connect them to each other with a "0-modem" (wires are crossed) cable. Listen on the other port with a terminal program.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|