TaiChi/RPi Debugger/README.md

31 lines
526 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# RPi Debugger
## 接线
+ 树莓派 USB 口与 Arduino USB 串口相连
+ 树莓派 GPIO 0 与 Arduino PIN 21 相连,做好共地
## 无线热点信息
+ 名称TaiChi
+ 密码ddwzhzwz
## linux 登录信息
+ 用户pi
+ 密码raspberry
## 调试方法
+ pi 用户目录下输入 ./TaiChi 进入调试器,按下 Ctrl + Z Arduino 开始执行程序
+ 终端内显示 Arduino 发送的调试信息
+ 开始或继续程序执行Ctrl + Z
+ 暂停程序执行Ctrl + C
+ 重置程序Ctrl + \