SoftwareSerialBegin


Arduino - SoftwareSerialBegin Arduino Buy | Download | Getting Started | Learning | Reference | Hardware | FAQ Blog » | Forum » | Playground »
Reference   Language | Libraries | Comparison | Changes SoftwareSerial: begin(speed) Description Sets the speed (baud rate) for the serial communication. Using speeds higher than 9600 baud will result in faulty communication. Parameters speed: the baud rate (long) Returns none Example // include the SoftwareSerial library so you can use its functions: #include <SoftwareSerial.h> #define rxPin 2 #define txPin 3 // set up a new serial port SoftwareSerial mySerial = SoftwareSerial(rxPin, txPin); void setup() { // define pin modes for tx, rx: pinMode(rxPin, INPUT); pinMode(txPin, OUTPUT); // set the data rate for the SoftwareSerial port mySerial.begin(9600); } void loop() { // ... } See also SoftwareSerial() read() print() println() Reference Home Corrections, suggestions, and new documentation should be posted to the Forum. The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain. var addthis_language = "en"; Share| Edit Page | Page History | Printable View | All Recent Site Changes

Wyszukiwarka

Podobne podstrony:
Software User Guide
printing software
csps software architecture document
software raid 4 is4cfpesn6jimgedkvsbmbmn37dfse6nqf4mpxq is4cfpesn6jimgedkvsbmbmn37dfse6nqf4mpxq
2000 11 Corel Photopaint 9 Image Editing Software
rup software requirements specification?4E66F
software building 6 2ocvurnawmtlrc3nobvr5ybctyvu4z555g7oeiq 2ocvurnawmtlrc3nobvr5ybctyvu4z555g7oeiq
software05
csps software?velopment plan
SoftwareSerialConstructor
software architecture document informal6E1F0
SoftwareSerialBegin

więcej podobnych podstron