Hi -
I am having some serial monitor issue in VSCode. After putting device into stay of the sleep modes I am unable to get any serial output on serial monitor.
I have tried various extensions as well as running particle serial monitor --follow from the CLI in VSCode without success. The initial output is printed, the device then sleeps and serial monitor shows the disconnect. It then shows the connect again, but not output.
Below his output from the Serial monitor extension in VSCode.
---- Closed serial port /dev/tty.usbmodem2101 due to disconnection from the machine ----
---- Reopened serial port /dev/tty.usbmodem2101 ----
---- Closed serial port /dev/tty.usbmodem2101 due to disconnection from the machine ----
Below us output from Serial Monitor rand from the CLI.
As you can see, on neither on of these it output anything to Serial Monitor even though --follow
was successful. I tried 3rd part serial monitor outside of VSCode as well, the issue.
I am using Mac M1, not sure whether that is relevant.
Regards, Friedl.