Hi,
I compiled the current version from mercurial repository (0.5.0) but I can't use it in RTU mode because the com selector does not work in Linux,
This release use only ttySx as com port, but in linux the device could be ttyUSBx.
In the previous 4.7.0 release (https://github.com/zhanglongqi/qModMaster) I can write the full path for the device (/dev/ttyUSB0) in the COM selector, and in this case it works!
Anonymous
Thanks a lot for your bug report. I will fix it ASAP.
Best Regards
Please download the latest snapshot from Mercurial.Main.tip.
Best regards
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Now it works, thank you for fixing.
Just a note for the users: selecting serial device /dev/ttyUSB and Serial Port 1 you open /dev/ttyUSB0 (the port ID is shifted +1). Not a big problem, just an advertise
I am getting the following compilation error:
/home/shaunak/Downloads/build-qModMaster-Desktop_Qt_5_0_2_GCC_64bit-Debug/ui_mainwindow.h:328: error: ‘class QSpinBox’ has no member named ‘setDisplayIntegerBase’
sbStartAddress->setDisplayIntegerBase(10);