cbrake / linux-serial-test

Linux Serial Test Application
302 stars 154 forks source link

An example for two ports #14

Closed yegorich closed 5 years ago

yegorich commented 5 years ago

Could you add commands examples for two ports? Should it be like this:

Sender linux-serial-test -s -e -p /dev/ttyO0 -r -c -b 460800

Receiver linux-serial-test -s -e -p /dev/ttyO1 -t -c -l 250 -b 460800

cbrake commented 5 years ago

What you suggested looks right to me, but I have not tested it. If you have tested the below, and want to send a pull request with documentation changes, I'd be glad to merge.

Please confirm you have tested it.

Cliff

On 10/28/19 10:26 AM, Yegor Yefremov wrote:

Could you add commands examples for two ports? Should it be like this:

Sender |linux-serial-test -s -e -p /dev/ttyO0 -r -c -b 460800|

Receiver |linux-serial-test -s -e -p /dev/ttyO1 -t -c -l 250 -b 460800|

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cbrake/linux-serial-test/issues/14?email_source=notifications&email_token=AADCK7ILVBIAI6LRYL2LU5DQQ3Y7VA5CNFSM4JF252WKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HUY5SFA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADCK7NGXCE44H2GD2TOJWLQQ3Y7VANCNFSM4JF252WA.

yegorich commented 5 years ago

I have tested these commands with two OMAP ports and one OMAP connected to one FTDI port.