Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 353 Bytes

File metadata and controls

5 lines (5 loc) · 353 Bytes

java-host-computer-communication

本程序主要是实现上位机与下位机单板机系统的通讯。

从PC端通过数据打包,发送至下位机,下位机将数据传送至PC端进行解析和一些必要的工作。

需要的jar包:RXTXComm。