arduino之串口通讯
总操流程:1、写入程序
2、测试
写程序
[*]void setup()
[*]{
[*]Serial.begin(9600);
[*]}
[*]
[*]void loop()
[*]{
[*]Serial.print("hello world");
[*]Serial.println();
[*]delay( 1000 );
[*]}
另外一种方式(ardublock图形编程)
leanote://file/getImage?fileId=5ac49f2cab6441623c001589
测试
leanote://file/getImage?fileId=5ac49f2cab6441623c001588
如何用arduino板子读取模拟飞行的数据?,想做个模拟设备显示
页:
[1]