Re: Writing and Reading to/from Serial Ports


[ DelphiLand FAQ ]

Posted by Rbrrneck on April 17, 2004 at 19:27:12:

In Reply to: Writing and Reading to/from Serial Ports posted by Caballazo on March 26, 2004 at 22:47:19:

Take a look at the win32 developers help, especialy the WriteFile function. Basicly you create a file object pointing to the serial port, and write to it. Windows will do th rest for you. The same goes for reading from the sreial port. I also recomend you take a look at the synaser component pack.




Related Articles and Replies:


[ Delphi Forum -- by DelphiLand ]