当前位置: 技术问答>linux和unix
跪求sco unix下串口读写例程!! 最好有源码!! 在线等待!!
来源: 互联网 发布时间:2015-08-15
本文导语: 跪求sco unix下串口读写例程!! 最好有源码!! 在线等待!! | 打开串口,设置好通讯速率、停止位等参数 int comm_open(char *comm_name) { int comm_fd; struct termios comm_tty; if((comm_fd = open(com...
跪求sco unix下串口读写例程!! 最好有源码!! 在线等待!!
|
打开串口,设置好通讯速率、停止位等参数
int comm_open(char *comm_name)
{
int comm_fd;
struct termios comm_tty;
if((comm_fd = open(comm_name, O_RDWR|O_NDELAY))
int comm_open(char *comm_name)
{
int comm_fd;
struct termios comm_tty;
if((comm_fd = open(comm_name, O_RDWR|O_NDELAY))