Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow to read RS232 ?
Hello all, I have problem with UART, when i want to read serial data (hex byte message - something like bytes: 02,05,01,02,05 after this 10ms space and 03,05,xx,yy,zz etc.). I have deve...
Altera_Forum
Honored Contributor
14 years agoBecause the linux driver will be assuming you want tty semantics.
You need to change the tty mode - see 'man termios' (at a guess).