serial.h
来自「linuxFedure4环境下串口编程后台运行状态机」· C头文件 代码 · 共 13 行
H
13 行
#include <stdio.h>#include <stdlib.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <termios.h>#include <errno.h>void set_speed(int fd, int speed);int set_Parity(int fd,int databits,int stopbits,int parity);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?