arduino之串口通讯-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 4234|回复: 1

arduino之串口通讯

[复制链接]
发表于 2018-4-17 14:15 | 显示全部楼层 |阅读模式
总操流程:
1、写入程序
2、测试



写程序


  • void setup()
  • {
  •   Serial.begin(9600);
  • }
  • void loop()
  • {
  •   Serial.print("hello world");
  •   Serial.println();
  •   delay( 1000 );
  • }
另外一种方式(ardublock图形编程)
1.png


测试 2.png


发表于 2019-3-18 23:40 来自手机 | 显示全部楼层
如何用arduino板子读取模拟飞行的数据?,想做个模拟设备显示
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-11-28 14:31 , Processed in 0.073993 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表