Autumn, 2014.ppt


文档分类:高等教育 | 页数:约10页 举报非法文档有奖
1/10
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/10
文档列表 文档介绍
Autumn, 2014
C.-S. Shieh, EC, KUAS, Taiwan
1
智慧電子應用設計導論(1/3) Communication - Serial
Chin-Shiuh Shieh (謝欽旭)
/~csshieh
Department of Electronic Engineering
National Kaohsiung University of Applied Sciences, Taiwan
Autumn, 2014
C.-S. Shieh, EC, KUAS, Taiwan
2
Communication
Built-in
UART
SPI
TWI/I2C
Software
UART
OneWire

Autumn, 2014
C.-S. Shieh, EC, KUAS, Taiwan
3
munications
PC
Smart Phone/Bluetooth
/ WiFi,
Wireless UART
GSM
GPS

Autumn, 2014
C.-S. Shieh, EC, KUAS, Taiwan
4
Serial -Functions
if (Serial)
available()
begin()
end()
find()
findUntil()
flush()
parseFloat()
parseInt()
Autumn, 2014
C.-S. Shieh, EC, KUAS, Taiwan
5
Serial –Functions (cont)
peek()
print()
println()
read()
readBytes()
readBytesUntil()
setTimeout()
write()
serialEvent()
Autumn, 2014
C.-S. Shieh, EC, KUAS, Taiwan
6
Example – available/read
void setup() {
(9600);(9600);
}
void loop() {
("Hello, Arduino!");
delay(500);
while(()) {
(char(()));
}
delay(500);
}
Autumn, 2014
C.-S. Shieh, EC, KUAS, Taiwan
7
Example – find/parse
void setup() {
(9600);
}
void loop() {
if(("Speed=")){
(());
}
}
Autumn, 2014
C.-S. Shieh, EC, KUAS, Taiwan
8
RS-232 Programming on PC
My personal choice
Borland C++ Builder Librar

Autumn, 2014 来自淘豆网m.daumloan.com转载请标明出处.

非法内容举报中心
文档信息
  • 页数10
  • 收藏数0 收藏
  • 顶次数0
  • 上传人wz_198619
  • 文件大小0 KB
  • 时间2015-03-27