yuan-hp / comtty

终端下的串口工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

串口通信工具

07年在cygwin下写的,时隔八年,被我从硬盘深处找了出来。 经过修改, 可以在Linux下跑了,居然还挺好用的

编译

直接make就可以了

运行

-c,--config             configure file path
-g,--generate           generate default configure file,
                        if the configure file is not exists
-p,--port               port device
-b,--bandrate           baundrate
-d,--databits           databits
-s,--stopbit            stopbit
-r,--parity             parity
-l,--log                start log and log filepath
-h,--help               print out this help text

Ctrl-R可以呼出菜单。

About

终端下的串口工具


Languages

Language:C 98.9%Language:Makefile 1.1%