delphi - How can i CloseComm, OpenComm, WriteComm and ReadComm with the windows unit? -
I have an old com unit that uses WinTypes, WinProcs. As I think they have also been added to the Windows unit, are there similar functions in the Windows Unit?
Use the file API to open the comm port. Sample of
Comments
Post a Comment