community.borland.com

Article #16023: SERIAL COMMUNICATION AUXINOUT UNIT

 Technical Notes Database

TN1023D.txt   SERIAL COMMUNICATION AUXINOUT UNIT
Category   :Pascal
Platform    :All
Product    :Turbo Pascal  4.0+

Description:
Q. I'm using the AuxInOut unit, and the machine that sends out
   the data tries to read incoming data.  However, the incoming
   data is garbage.  What do I do?
A. To read incoming data, use the Reset procedure before reading.
   Also, you should read from a buffer rather than directly from
   the serial port.  Furthermore, the AuxInOut is not a good
   example to use as input buffering is not supported;  you
   should use the TI407.ARC routines for this purpose.


Reference:


7/16/98 4:35:38 PM
 

Last Modified: 01-SEP-99