Altera_Forum
Honored Contributor
19 years agoHELP!!
This is my program: # include <stdio.h># include <sys/types.h># include <fcntl.h> int main() { int p_button=NULL; unsigned int x=0; p_button=open("/dev/ttyS0",O_RDWR); if(p_...