How can i CloseComm, OpenComm, WriteComm and ReadComm with the windows unit?

1k views Asked by At

I have an old comm unit that uses WinTypes,WinProcs. As i understand these were merged too the Windows unit. Are there similar functions in the Windows unit?

1

There are 1 answers

0
elder_george On

Use File API to open COM port. Here's sample