当前位置: 技术问答>linux和unix
我需要做一个红帽下的串行口C语言通讯程序程序谁能帮我一下
来源: 互联网 发布时间:2015-04-19
本文导语: 我第一次使用Linux 现在需要做一个串行口通讯程序,谁有这方面 的源程序最好能 有比较详细的注解的 或者介绍这方面的书的。谢谢 | 这是我读串口的程序,调试通过的。 #include #include ...
我第一次使用Linux 现在需要做一个串行口通讯程序,谁有这方面 的源程序最好能
有比较详细的注解的
或者介绍这方面的书的。谢谢
有比较详细的注解的
或者介绍这方面的书的。谢谢
|
这是我读串口的程序,调试通过的。
#include
#include
#include
#include
#include
int main() {
int fd,size,stopb,check,i;
unsigned int sub;
char a;
struct termios term,save_term;
struct timeval t1,t2;
struct timezone tz1,tz2;
double per;
speed_t speed;
fd=open("/dev/ttyS0",O_RDWR);
if (fd
#include
#include
#include
#include
#include
int main() {
int fd,size,stopb,check,i;
unsigned int sub;
char a;
struct termios term,save_term;
struct timeval t1,t2;
struct timezone tz1,tz2;
double per;
speed_t speed;
fd=open("/dev/ttyS0",O_RDWR);
if (fd