Altera_Forum
Honored Contributor
16 years agoRS232 with uCLinux
Hi,
I am trying to set up communication between a PC and a DE2-70 board running uCLinux via the serial port. When booting uCLinux it detects the UART component alright. I naively assumed that it would just work, i.e. that if I have Linux running on both machines, I can use the open(), read() and write() system calls in order to communicate. After that didn't work I checked that the baud rate, parity and stop bits were correctly configured but still no luck. Any ideas what the problem could be? I have the sneaking suspicion it may have something to do with the UART driver included in uCLinux - is it perhaps not meant for this type of communication? Is it out of date? It would be very helpful if someone could let me know if they got this thing to work - even if you don't know what the problem is, it'll help me narrow down the list of possible issues... Thanks in advance, Johannes Lehmann