DeqingSun / ch55xduino

An Arduino-like programming API for the CH55X
GNU Lesser General Public License v2.1
449 stars 87 forks source link

RTS and DTR on USBSerial #119

Closed ogogon closed 1 year ago

ogogon commented 1 year ago

Tell me, please, if I use USBSerial to interact my program in ch55xduino with an external computer, is it possible for me to programmatically determine that this external computer changes the states of the RTS and DTR signals from its side of the USB com port?

Thanks in advance, Ogogon.

DeqingSun commented 1 year ago

Yes

https://github.com/DeqingSun/ch55xduino/issues/48

ogogon commented 1 year ago

Thank you very much! This is very optimistic for me!

I believe that within a week I will receive my module with 552T and try to implement it. Can I ask additional questions?

Ogogon.