Hi All,
I would like to use the secondary serial port (J15 on the daughter card) on the 816X EVM, but I am not sure how to talk to it.
The EVM schematic shows that UART0 is used for this serial port (UART2 is used for the Linux console port).
Is support for this serial port built into the kernel by default or do I have to manually enable it?
When I do a "ls" in the /dev folder of the EVM, I see /dev/ttyS0 to /dev/ttyS3. Which one of these corresponds to J15?
I tried typing "echo test > /dev/ttyS1", but I did not see any activity on the port.
Also, what baud rate is J15 set up for and how would I change it?
I assume I need a NULL cable between J15 on the EVM and the computer I have connected to it?
Paul