-
Notifications
You must be signed in to change notification settings - Fork 4
Serial Print
AutomationDirect edited this page Jan 10, 2020
·
3 revisions
Output data through a serial port.
Depending on the desired data type, select the appropriate 'Print' block. The top input 'String', 'Number', 'Character' etc... is the data to print. The 'new line' boolean determines whether the serial port will print a new line character at the end of the data. Use 'port' to select which serial port to print from.
- For more information, please see Serial.print.