-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Description
have you tested a standard USB CDC device except cp2102 and ch340?
I expect to receive an RTS packet(21 22 02 00 00 00 00 00) to reset esp8266.
but I can not receive it.
I add the source code
serialport_set_rts(1);
serialport_set_dtr(0);
in function serialport_close()
.
packet(21 22 02 00 00 00 00 00) will be sended.
Metadata
Metadata
Assignees
Labels
No labels