I am uploading my code over-the-air using the arduino IOT cloud, and the IOT cloud serial monitor doesn't seem to be connected when the code is running. Does anyone know how to access the serial monitor?
I am using the Arduino mkr wifi 1010 with a battery.
you can have both connections
as far as I know you can't read the serial port through the cloud... but you can have the real output of serial port of your board even if you are uploading the sketch by the cloud.
so you will have the both connections for your board in the online editor
one in the physic serial port and the other in the Over The Air upload option..
but you need to be next to your board.
other way to show your serial output is to have it periodically written to a messages widget in the dashboard with a reasonable loop interval time to allow the widget to be readed and updated..
hope this could help you