# Android-SerialPort-Tool **Repository Path**: orzhi/Android-SerialPort-Tool ## Basic Information - **Project Name**: Android-SerialPort-Tool - **Description**: Android串口调试助手 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-01-19 - **Last Updated**: 2022-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android-SerialPort-Tool Android串口调试助手 根据[**Android官方提供的串口API**](https://github.com/licheedev/Android-SerialPort-API)写的一个小工具, 没啥功能,基本也就用来调调控制板哪串口能用,发送一下简单的命令, 如果没懒癌发作的话,以后可能会加点最近命令保存啥的功能。 加载命令列表只支持这种格式 ``` AABBCCDDEEFF // 命令注释 ``` ![1](https://raw.githubusercontent.com/licheedev/Android-SerialPort-Tool/master/pics/1.png) ![2](https://raw.githubusercontent.com/licheedev/Android-SerialPort-Tool/master/pics/2.png) ![3](https://raw.githubusercontent.com/licheedev/Android-SerialPort-Tool/master/pics/3.jpg)