Reading from and Sending data to Serial port

前端 未结 2 1347
囚心锁ツ
囚心锁ツ 2021-01-25 17:49

I\'m trying to do a serial port communication to send and receive data. Here is the scenerio:

I connect to a serial port and start my device. When it\'s counting down to

相关标签:
2条回答
  • 2021-01-25 18:18

    The .NET framework even has a proper SerialPort class, which will be just fine for your application.

    0 讨论(0)
  • 2021-01-25 18:19

    There's a detailed guide here here which covers good practise in using Serial Ports in C#.

    0 讨论(0)
提交回复
热议问题