Serial Monitor

Mainboard connection

For the mainboard connection to the computer, please refer to the subpage in the Skill Composer according to the different types of mainboards as below:

Set up in the Arduino IDE

  1. Select the port in the Arduino IDE(recommended version 1.8.19).

If you can't determine which port is correct, unplug and re-plug the USB data cable on the computer side and check the difference in the Tools menu.

You may install the drivers if no new port is shown in the menu list.

  1. Open the serial monitor.

You can choose the "Serial Monitor" in the Tools menu bar or click the Button to open the serial monitor window:

  1. Configure the parameters of the serial monitor.

In the serial monitor, set "No line ending" and the baud rate to 115200.

With the USB adapter / Bluetooth module connecting NyBoard and computer, you have the ultimate interface - Serial Monitor to communicate with NyBoard and change every byte on it(via sending the serial commands based on the serial protocol).

Last updated