community.borland.com

Article #15269: Communicating with the serial port

 Technical Notes Database

TN269D.txt   Communicating with the serial port
Category   :Pascal
Platform    :All
Product    :Turbo Pascal  5.5

Description:
Q. How do you communicate with the serial port?
A. Modify the AuxInOut unit described in the Reference
     Guide as follows: 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 an ideal example to use as
     input buffering is not supported;  you should use the
     enclosed Technical Information Handout #407 routines for
     this purpose.


Reference:


7/16/98 4:35:30 PM
 

Last Modified: 01-SEP-99