
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi Mr./Mrs
I was trying to connect the imx6q-sabresd board to a rs232 devices via uart3.
The BSP version is L3.0.35_4.1.0_130816 with Android 4.3.
Now, I can test uart3 by typing
echo "test" > /dev/ttymxc2
Its working.
But it can't receive data when I test it by using serial port console app.
Is there anyone can help on this case?
Thanks !
解決済! 解決策の投稿を見る。

- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Problem solved. Caused by HW solder empty.
HW wire connection should be:
USB TTL RXD --> R194 (imx6 UART3 TX)
USB TTL TXD --> R192 (imx6 UART3 RX)
then
disable GPS configuration in init.rc
UART3 TX/RX works.

- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Problem solved. Caused by HW solder empty.
HW wire connection should be:
USB TTL RXD --> R194 (imx6 UART3 TX)
USB TTL TXD --> R192 (imx6 UART3 RX)
then
disable GPS configuration in init.rc
UART3 TX/RX works.
