Apologies if this question is elsewhere, I have searched but couldn’t find any answers in the forum.
As a part of debugging machines it would be very helpful if we could connect to the serial monitor of devices in the field. Our use case makes it difficult to use a laptop onsite. Has anyone successfully used the serial monitor to connect to a Boron with a mobile device or iPad?
If this is not possible does anyone have any ideas of what the best thing to use would be. I suppose I could use a raspberry pi and try and connect that to my mobile device for a screen.
Beyond this I guess its back to developing a mobile app to use a Bluetooth pseudo serial monitor
Mapping the logging handler to BLE is also a reasonable option. You can use one of the off-the-shelf BLE UART mobile apps like the ones from Adafruit or Nordic to view the logs. This has the advantage of not needing to access the USB port and compatibility with iOS.