connect.h
来自「It is a software to decode information r」· C头文件 代码 · 共 5 行
H
5 行
void init_port(int *fd,char *port, int baud);void signal_handler_IO (int status);void read_port(int *fd,char *buf,int *tam);void close_port(int *fd);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?