分享
 
 
 

linux串口异步通信开发源代码

王朝system·作者佚名  2006-01-09
窄屏简体版  字體: |||超大  

//gcc -o querySerial querySerial.c

#include <stdio.h>

#include <sys/ioctl.h>

#include <fcntl.h>

#include <termios.h>

#include <stdlib.h>

/* These are the hash definitions */

#define USERBAUD1200 '1'+'2'

#define USERBAUD2400 '2'+'4'

#define USERBAUD9600 '9'+'6'

#define USERBAUD1920 '1'+'9'

#define USERBAUD3840 '3'+'8'

#define DEV "/dev/ttyS0"

struct termios tio;

/* write the users command out the serial port */

int send_cmd(int ftty,char * str)

{

int result;

result = write(ftty,str,strlen(str));/*argv[4], strlen(argv[4]));*/

if (result < 0)

{

printf("Write command:%s to VC312 failed\n",str);

close(ftty);

exit(1);

}

}

int init_dev(struct termios *oldtio)

{

int fd,status;

unsigned char cmd[17];

struct termios newtio;

//open carmo device

fd = open(DEV, O_RDWR| O_NOCTTY|O_NDELAY);

if (fd ==-1)

{

perror("open"DEV);

return -1;

}

else //set to block;

fcntl(fd, F_SETFL, 0);

printf("open carmo ok\n");

tcgetattr(fd,oldtio); //save current serial port settings

bzero(&newtio, sizeof(newtio)); // clear struct for new port settings

//configure the serial port;

cfsetispeed(&newtio,B115200);

cfsetospeed(&newtio,B115200);

newtio.c_cflag |=CLOCAL|CREAD;

/*8N1*/

newtio.c_cflag &= ~CSIZE; /* Mask the character size bits */

newtio.c_cflag |= CS8; /* Select 8 data bits */

newtio.c_cflag &= ~PARENB;

newtio.c_cflag &= ~CSTOPB;

newtio.c_cflag &= ~CRTSCTS;//disable hardware flow control;

newtio.c_lflag &= ~(ICANON | ECHO | ECHOE | ISIG);/*raw input*/

newtio.c_oflag &= ~OPOST; /*raw output*/

tcflush(fd,TCIFLUSH);//clear input buffer

newtio.c_cc[VTIME] = 100; /* inter-character timer unused */

newtio.c_cc[VMIN] = 0; /* blocking read until 0 character arrives */

tcsetattr(fd,TCSANOW,&newtio);

/*

ioctl(fd,TIOCMGET,&status);

printf("the serial status is 0x%x\n",status);

status |=TIOCM_RTS;

ioctl(fd,TIOCMSET,&status);

status=0;

ioctl(fd,TIOCMGET,&status);

printf("the serial status now is 0x%x\n",status);

*/

return fd;

}

int read_frame(int ftty,int streamfd)

{

int n,max_fd,len,count=0;

fd_set input;

struct timeval timeout;

char buffer[640*500*3];

char * ptr = buffer;

FD_ZERO(&input);

FD_SET(ftty, &input);

max_fd = ftty+1;

/* Do the select */

while(1)

{

/* Initialize the timeout structure */

timeout.tv_sec = 1;

timeout.tv_usec = 0;

n = select(max_fd,&input, NULL,NULL,&timeout);

if (n<0)

perror("select failed");

else if (n == 0){

puts("TIMEOUT");

break;

}

else

{

ioctl(ftty, FIONREAD, &len);

if(!len){

fprintf(stderr, "Communication closed by server\n");

return -1;

}

len = read(ftty,ptr,len);

//ptr[len] = 0;

//printf("Readed %d data:%s\n",len,ptr);

write(streamfd,ptr,len);

ptr += len;

count += len;

}

}

buffer[count] = 0;

printf("Readed %d data:%s\n",count,buffer);

return 1;

}

int main(int argc, char *argv[])

{

int fd,count;

char buffer[255];

char cmd[30];

char filename[255];

int socket;

struct termios oldtio;

// cmd[0]=0xff;cmd[1]=0xe1;cmd[2]=0x52;cmd[3]=0x52;cmd[4]=0x80;cmd[5]=0x80;cmd[6]=0;

// if(send_cmd(fd,cmd)<1) exit(0);

// usleep(400*1000);

fd = init_dev(&oldtio);

if (fd<0) exit(-1);

cmd[0]=0xff;cmd[1]=0xe1;cmd[2]=0x58;cmd[3]=0x58;cmd[4]=0x66;cmd[5]=0x66;cmd[6]=0;

if(send_cmd(fd,cmd)<1) exit(0);

sprintf(filename,"1.jpg"); //"/tmp/get%d.jpg",i);

socket=open(filename,O_CREAT|O_RDWR);

read_frame(fd,socket);

close(socket);

tcsetattr(fd,TCSANOW,&oldtio);

}

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有