android调试工具,技巧
linux下串口log的抓取以及调试
工具minicom, cutecom
安装工具:
apt-get install cutecom
终端输入:
cutecom启动
选择串口地址:/dev/ttyS0 设置频率 115200(这个与设备有关,一般不用变)
log to修改保存log地址。点击open devices开始打印串口log
串口的两根线分别是rx(接收)和tx(输出)
_________________________________________________________________________________________
项目代码管理工具
slickedit 解压压缩包,直接执行:slickedit/bin/vs_exe
source insight
source insight没有linux版本,所以需要现先安装工具wine
apt-get install wine
而后下载windows版本,直接安装即可