Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Embeded-SCM Develop Other Embeded program
Title: SoftwareSerial Download
 Description: The Arduino hardware has built-in support for serial communication pins 0 and 1 (which also goes to the computer via the USB connection). The native serial support happens via a piece of hardware (built into the chip) called a UART. This hardware allows the Atmega chip to receive serial communication even while working on other tasks, as long as there room in the 64 byte serial buffer. The SoftwareSerial library has been developed to allow serial communication on other digital pins of the Arduino, using software to replicate the functionality (hence the name "SoftwareSerial"). It is possible to have multiple software serial ports with speeds up to 115200 bps. A parameter enables inverted signaling for devices which require that protocol. The version of SoftwareSerial included in 1.0 and later is based on the NewSoftSerial library by Mikal Hart.
 Downloaders recently: [More information of uploader z_cb]
 To Search:
File list (Check if you may need any files):
SoftwareSerial.h
SoftwareSerial.o
examples
keywords.txt
SoftwareSerial.cpp
    

CodeBus www.codebus.net