Hello, I have a virtual serial port created by cyclades which I'd like to use, but protocoltool doesn't detect it (and does not allow me to specify the port without selecting it from a list). At startup, I get the following output:
Detecting serial ports
ezV24: v24CountPorts: error 18
** Message: No serial port detected!
Is there a way to pass the serial device as a configuration parameter?
Thank you very much in advance,
Yann
Last edit: Bskwsky 2013-08-24
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you're using cyclades-serial-client, in /etc/cyclades-devices, put
/dev/netcomm0:path:my-serial-server:1:socket
where my-serial-server is the serial server's name,
path stays as is ("path").
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I have a virtual serial port created by cyclades which I'd like to use, but protocoltool doesn't detect it (and does not allow me to specify the port without selecting it from a list). At startup, I get the following output:
Detecting serial ports
ezV24: v24CountPorts: error 18
** Message: No serial port detected!
Is there a way to pass the serial device as a configuration parameter?
Thank you very much in advance,
Yann
Last edit: Bskwsky 2013-08-24
Unfortunately, there's no command line option for now. I'll add some code for this in the next release (in the next few months)
If you're using cyclades-serial-client, in /etc/cyclades-devices, put
/dev/netcomm0:path:my-serial-server:1:socket
where my-serial-server is the serial server's name,
path stays as is ("path").