Firmware
Adafruit CircuitPython 6.2.0-beta.3 on 2021-03-04; Raspberry Pi Pico with rp2040
Behavior
On usb_cdc.serials[0], receiving a CTRL+D (\x04) control character causes the board to reset.
On usb_cdc.serials[1], nothing happens.
Additional Info
Was just expecting the board to reset, as sending a CTRL+D (\x04) over usb_cdc.serials[0] has that behaviour.
Maybe nothing happens because the REPL doesn't read that channel, and the REPL is what controls the reset?
Firmware
Behavior
On
usb_cdc.serials[0], receiving a CTRL+D (\x04) control character causes the board to reset.On
usb_cdc.serials[1], nothing happens.Additional Info
Was just expecting the board to reset, as sending a CTRL+D (\x04) over
usb_cdc.serials[0]has that behaviour.Maybe nothing happens because the REPL doesn't read that channel, and the REPL is what controls the reset?