This project sends the message “Hello, world!” from your Arduino board to a computer via serial connection.
The Arduino sends text through its USB connection once per second. When connected to a your computer, you can see these messages in Code Kit’s built-in Serial Monitor.
Parts List
- Arduino board
- USB cable
Assembly Instructions
- Connect board & upload code
- Open Serial Monitor screen in Code Kit
- Select the baud rate (in this case, 115200) in the top-right corner of the screen
- Text should begin appearing on the screen