• 已解决 73482 个问题
  • 已帮助 5993 位优秀工程师

arduino的串口底层驱动是哪个文件名

yhj416606438 2021-07-21 浏览量:511
想增加一些功能,不知道在哪个底层文件修改
0 0 收起

我来回答

上传资料:
选择文件 文件大小不超过15M(格式支持:doc、ppt、xls、pdf、zip、rar、txt)
最佳答案
  • \Arduino\hardware\arduino\avr\libraries\SoftwareSerial\src\SoftwareSerial.cpp

    Arduino\hardware\arduino\avr\cores\arduino\HardwareSerial.cpp

    • 发布于 2021-08-03
    • 举报
    • 评论 0
    • 0
    • 0

其他答案 数量:1
  • 源码 一般是在\arduino-1.0.2\hardware\arduino\cores\arduino中,你可以在其中找到对应 串口的文件,是一个cpp的
    • 发布于2021-08-02
    • 举报
    • 评论 0
    • 0
    • 0

相关问题

问题达人换一批

arduino的串口底层驱动是哪个文件名