Difference between revisions of "Mixly Block Category - SerialPort"

From Microduino Wiki
Jump to: navigation, search
(Serial Baud Rate)
(Serial Baud Rate)
Line 1: Line 1:
 
=Serial Baud Rate=
 
=Serial Baud Rate=
 
Sets the data rate in bits per second (baud) for serial data transmission. For communicating with the computer, use one of these rates: 300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 28800, 38400, 57600, or 115200.  
 
Sets the data rate in bits per second (baud) for serial data transmission. For communicating with the computer, use one of these rates: 300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 28800, 38400, 57600, or 115200.  
 +
  
 
Read more here: https://www.arduino.cc/en/serial/begin
 
Read more here: https://www.arduino.cc/en/serial/begin

Revision as of 00:44, 22 February 2017

Serial Baud Rate

Sets the data rate in bits per second (baud) for serial data transmission. For communicating with the computer, use one of these rates: 300, 600, 1200, 2400, 4800, 9600, 14400, 19200, 28800, 38400, 57600, or 115200.


Read more here: https://www.arduino.cc/en/serial/begin

Serial Write

Serial Print

Serial PrintLn

Serial PrintLn(Hex)

Serial Availability

Serial Read String

Serial Read String Until Character Delimitation

Serial Read

  • read
  • peek
  • parseInt
  • paraseFloat

Serial Flush

Software Serial Setup