Basic example of serial communication with Windows XP/win32

后端 未结 5 1904
遇见更好的自我
遇见更好的自我 2021-02-08 23:30

I am working with a peripheral device that needs to be communicated through serial. I can send it commands using HyperTerminal, but now I need to write programs that will let m

5条回答
  •  北荒
    北荒 (楼主)
    2021-02-09 00:26

    If using .NET 2.0 see System.IO.Ports and this article should be helpful. If direct Win32, then Adam's answer is best.

提交回复
热议问题