Gentlemen:
I have written a program that communicates between two computers
using the serial ports. The system works well with one exception.
When I write data to the port, the system delays while the data
is written. I have searched the archives but found no references
to my problem.
My question is:
Does the Print # function write to the serial buffer and return or
does it wait until all characters have been transmitted. If I
could just dump to the buffer and move on it would greatly speed
up my process.
Any insight on this problem would be greatly appreciated.
Dan
------------------
I have written a program that communicates between two computers
using the serial ports. The system works well with one exception.
When I write data to the port, the system delays while the data
is written. I have searched the archives but found no references
to my problem.
My question is:
Does the Print # function write to the serial buffer and return or
does it wait until all characters have been transmitted. If I
could just dump to the buffer and move on it would greatly speed
up my process.
Any insight on this problem would be greatly appreciated.
Dan
------------------
Comment