Looks like MacOS doesn't support CDC UART break. Ha will confirm next time the USB analyzer comes out.
We need an alternative out-of-band signal for Mac. Network engineers sometimes use a slow zero to reset cisco equipment. Terminal software like minicom or screen can't do that though. Guarded escape sequences like "+++" will not be allowed here. Need other ideas.
Recommended workaround: Linux in a VM.
Workaround for the obstinate: use an FTDI or SiLabs adapter on UTX and URX instead of the RP6502-VGA. These have proprietary MacOS drivers that support break.
Another obvious workaround is to use a USB keyboard for input, where Ctrl-Alt-Delete does the job.
Or ground the RUN signal (I have the RUN button on the pico demo board wired to the RIA for this purpose).
See: https://github.com/hathach/tinyusb/issues/2003
Looks like MacOS doesn't support CDC UART break. Ha will confirm next time the USB analyzer comes out.
We need an alternative out-of-band signal for Mac. Network engineers sometimes use a slow zero to reset cisco equipment. Terminal software like minicom or screen can't do that though. Guarded escape sequences like "+++" will not be allowed here. Need other ideas.
Recommended workaround: Linux in a VM.
Workaround for the obstinate: use an FTDI or SiLabs adapter on UTX and URX instead of the RP6502-VGA. These have proprietary MacOS drivers that support break.