how to execute AT commands using c#

后端 未结 1 1377
滥情空心
滥情空心 2021-01-16 03:27

I want to know how to use AT+CLCC command in c# and how to monitor responses in a console ? I tried with following code. But I couldn\'t get progress.This is what I have tri

相关标签:
1条回答
  • 2021-01-16 04:09

    I lost a couple of days on this a long time ago.

    Use the DataReceived event to receive data from a serial port.

    SerialPort.DataReceived Event

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