SoftwareSerial

所属分类:其他嵌入式/单片机内容
开发工具:C/C++
文件大小:9KB
下载次数:45
上传日期:2012-03-27 22:11:11
上 传 者zcbzjx
说明:  已建成的Arduino硬件引脚0和1(也通过USB连接到电脑)的串行通信的支持.
(The Arduino hardware has built-in support for serial communication on 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.)

文件列表:
SoftwareSerial.h (1601, 2008-09-18)
SoftwareSerial.o (16524, 2008-10-20)
examples (0, 2012-03-27)
keywords.txt (467, 2008-09-18)
SoftwareSerial.cpp (5094, 2008-09-18)

近期下载者

相关文件


收藏者