4. Select Sketch
→
Upload to upload the code to Wio_LTE.
5. Press RST button to enable the COM port.
Tips
When you download most Arduino bords, you need to choose a right COM port, but
for this board, you must keep the COM configuration to be blank.
1. Use Serial monitor to print the serial message.
1
2
3
4
5
6
7
8
9
1
0
1
1
1
2
#include
<WioLTEforArduino.h>
#include
"WioRTC.h"
////////////////////////////////////////////////////////////////////////////
////
// Defines
#define BOOT_INTERVAL (30)
// [sec.]
////////////////////////////////////////////////////////////////////////////
////
// Global variables
WioLTE Wio;
WioRTC RTC;
////////////////////////////////////////////////////////////////////////////
////
// setup and loop
void
setup
()
{
delay(
200
);
SerialUSB.begin(
115200
);