Go to advanced search

by L.A.S.
Fri Nov 20, 2015 8:22 pm
Forum: Troubleshooting
Topic: [SOLVED] Issue on UART (via FTDI USB <--> RS-232 adapter)
Replies: 4
Views: 1423

Re: Strange issue on UART (via FTDI USB <--> RS-232 adapter)

After disabling NAK holdoff it works perfect at 3 Mbaud.

Thank you!
by L.A.S.
Mon Nov 16, 2015 7:40 pm
Forum: Troubleshooting
Topic: [SOLVED] Issue on UART (via FTDI USB <--> RS-232 adapter)
Replies: 4
Views: 1423

Re: Strange issue on UART (via FTDI USB <--> RS-232 adapter)

Thanks for your reply. at that speed, what's wrong with ethernet? Recieving side works with serial signal, that's the reqirement. is the bottleneck the UART or the rate at which you can "cat *" does ( while true ; do cat /etc/hosts ; done ) >> /dev/ttyUSB0 go any faster (i.e. the same file over and ...
by L.A.S.
Sun Nov 15, 2015 1:07 pm
Forum: Troubleshooting
Topic: [SOLVED] Issue on UART (via FTDI USB <--> RS-232 adapter)
Replies: 4
Views: 1423

[SOLVED] Issue on UART (via FTDI USB <--> RS-232 adapter)

Hi Forum. I'm trying to establish a high speed UART communication. Since ttyAMA0 is not quite good at 1+ Mbaud, decided to use FTDI adapter (based on FT232RL chip) instead. I've tested an adapter on my laptop running Debian 8 and reached stable transmission speed at 3 Mbaud (with a cat * >> /dev/tty...

Go to advanced search