maxiplux / serwebproxy

Automatically exported from code.google.com/p/serwebproxy
0 stars 0 forks source link

Mapping to ports like ttyACM0 #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Arduino's register on ttyACM0
2.
3.

What is the expected output? What do you see instead?
It would be great if the config file allowed one to map directly to a port 
comm_ports=/dev/ttyACM0

What version of the product are you using? On what operating system?
1.12

Please provide any additional information below.

Original issue reported on code.google.com by yus...@gmail.com on 20 Feb 2013 at 1:10

GoogleCodeExporter commented 8 years ago
Good idea. For now, sio.c line #38 needs to be modified to support serial ports 
with different names.

Original comment by larppa...@gmail.com on 26 Feb 2013 at 8:33

GoogleCodeExporter commented 8 years ago
You might also be able to get away with a symlink.
ln -s /dev/ttyACM0 /dev/ttyS01

Original comment by wcool...@gmail.com on 20 Mar 2013 at 10:19