serial programming - termios and read/write raw...
上次tty(UART)的測試,結果我丟一個0x0d,0x0a,對方卻收到0x0d,0x0d,0x0a。因為tty會特別處理控制字元,用termiosstructure可以知道:
tty=open("/dev/ttymxc2",O_RDWR|O_NOCTTY|O_NONBLOCK);
tcgetattr(tty,&tio);
printf("c_oflag:");
if(tio.c_oflag&O