|
Edited by kordian at 2016-2-13 07:28
Hi!
I'm trying to communicate OPI Plus2 with Arduino, so I need working UART. I'm using Jacer's Debian Jessie ( LINK ).
I've converted good-working script.bin (Plus 1080p60 HDMI) to fex file, and enabled serial ports (for all ports I've changed to uart_used = 1 and uart_type = 2, without touching anything else).
Before this, I had three available serial ports:
- /dev/ttyS0
- /dev/ttyS2
- /dev/ttyS3
Copy code Now, I have one additional port (/dev/ttyS1), what allows me to suppose that everything went okay (because in previous FEX version UART2 was disabled).
Although I can open these ports in minicom or python program, only /dev/ttyS0 is working (three-pin debug connector).
I've tried CON3 pins (8, 10) for /dev/ttyS2 and (11, 13) for /dev/ttyS1, but I'm not able to send nor receive anything. Additionally, the board is very unstable, when something is connected to pins 11 and 13 (especially when booting).
What can I do to make UART3 working?
Thank you!
|
|