COM-ports to Delphi
-
Someone can lay down a resource, a source. COMports in business? I'd like to see how to get the files through the ports.
-
As I recall, the treatment of COM ports in Windows goes through the same API as the file.
CreateFile
♪CloseHandle
♪WriteFile
etc.). I used to use a book. http://www.bhv.ru/books/book.php?id=2732 , there's a lot of originals and just Delphi.