当前位置:网站首页>A small method of debugging equipment serial port information with ADB
A small method of debugging equipment serial port information with ADB
2022-06-23 07:00:00 【Ti-laser】
Encountered a debug gps The question of information , because gps Welded to equipment , Hardware personnel to make pc Be able to receive gps The method of information is to connect a serial port cable to gps A serial port , It's a hassle , The following method can be used to android Of adb use usb Capture information to pc.
First, in the pc Install virtual serial port software on :
Download url :http://www.qiujicai.com/?post=42
Then create a virtual serial port pair , For example, serial port 2 Connect to the serial port 3.
use secureCRT open com2
call cmd, Get into cmd Pattern .
Enter the following command :
cmd.exe >com3 0<&1
It should be possible to see secureCRT Characters output .
Continue to input ;adb shell
Cat /dev/ttyS3
You can see the output gps Location information .
close securCRT, And then use gps Software on COM2 To capture gps Information .
边栏推荐
- 20220621 Dual Quaternion
- /Bin/sh no such file or directory problem
- 直播回顾 | 传统应用进行容器化改造,如何既快又稳?
- Open source ecology 𞓜 super practical open source license basic knowledge literacy post (Part 2)
- 图解三次握手四次挥手,小白都能看懂
- mysql 基础查询
- [QT] basic learning notes
- 嵌入式实时系统线程的副作用
- C语言学习总结
- Side effects of threads in embedded real-time systems
猜你喜欢
随机推荐
【项目实训】线形箭头的变化
Summarized benefits
Xiaobai must see in investment and wealth management: illustrated fund buying and selling rules
Xxl-sso enables SSO single sign on
[STL] summary of deque usage of sequential containers
关于五险一金你需要知道的事情
【日常训练】513. 找树左下角的值
MySQL的意向共享锁、意向排它锁和死锁
直播回顾 | 传统应用进行容器化改造,如何既快又稳?
【STL】容器适配器之stack、queue用法总结
Badly placed ()‘s 问题
XML schema record
嵌入式实时系统线程的副作用
xml schem 记录
leetcode - 572. A subtree of another tree
[STL] summary of stack and queue usage of container adapter
Leetcode notes: Weekly contest 298
cmder
Add IPAD control function into shairplay
746. climbing stairs with minimum cost - Dynamic Planning









