Home › Forums › Mayfly Data Logger › XBee and Hologram LTE: issues connecting to internet › Reply To: XBee and Hologram LTE: issues connecting to internet
2020-12-23 at 9:32 AM
#14968
Ugh; I thought it would work. 🙁
Two things to try. First, try running the same thing but change your serial monitor settings to show you more of the output. If you’re running the Arduino IDE, when you open the serial port monitor, use the drop-down at the bottom to select “Carriage return.” (See screenshot.) In PlatformIO, add this to the [mayfly] (or [env]) section of your platformio.ini:
INI
1 2 3 |
monitor_flags = --eol CR |
Then rerun the same program and you should see much more extensive output. It’s not going to fix anything, but it would be interesting to see the output.