tarm / serial

BSD 3-Clause "New" or "Revised" License
1.6k stars 453 forks source link

when i cross compile to arm #79

Open fghjhuang opened 6 years ago

fghjhuang commented 6 years ago

when i using windows to make code and complie to arm and sent to arm,it log out 2018/02/27 00:49:37 open COM3: no such file or directory, and ideas ?

sameer commented 6 years ago

Are you on Windows? The port should be /dev/tty.... For my Arduino it is /dev/ttyACM0

fghjhuang commented 6 years ago

i am on win edit, and sent to arm to run, so , on arm, is it should be /dev/ttyS0 ?