You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Kubuntu 14.10 (linux kernel 3.16.x) there are serial USB devices
For example, arduino serial usb is located in "/dev/serial/by-id/usb-Arduino......."
To access serial usb from qmodbus, I had to create soft link "sudo ln -fs /dev/serial/by-id/usb-Arduino.... /dev/ttyS13"
The question is: could you add an ability to define RTU device path manually over linux?
Current hardcoded implementation "ttySX" is not flexible enough.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
After QModBus porting from QextSerialPort to QSerialPort in Qt5 this could probably work. Until then, there are no plans to fix this, I'm sorry. Anyways feel free to contribute patches for this :-)
In Kubuntu 14.10 (linux kernel 3.16.x) there are serial USB devices
For example, arduino serial usb is located in "/dev/serial/by-id/usb-Arduino......."
To access serial usb from qmodbus, I had to create soft link "sudo ln -fs /dev/serial/by-id/usb-Arduino.... /dev/ttyS13"
The question is: could you add an ability to define RTU device path manually over linux?
Current hardcoded implementation "ttySX" is not flexible enough.
Thank you in advance!
The text was updated successfully, but these errors were encountered: