Difference between revisions of "Simple EVSE"
Jump to navigation
Jump to search
(→Start) |
|||
(One intermediate revision by the same user not shown) | |||
Line 26: | Line 26: | ||
sudo apt-get install qt4-dev-tools | sudo apt-get install qt4-dev-tools | ||
</source> | </source> | ||
− | If you have no superuser rights prepend <nowiki>sudo</nowiki> before the commands below | + | If you have no superuser rights prepend <nowiki>sudo</nowiki> before the commands below or type |
+ | <source lang='bash'> | ||
+ | sudo -s | ||
+ | </source> | ||
+ | before you start | ||
==== Debug tools ==== | ==== Debug tools ==== | ||
<source lang='bash'> | <source lang='bash'> | ||
Line 44: | Line 48: | ||
ssh -Y <computer with QModBus> | ssh -Y <computer with QModBus> | ||
cd /usr/local/scr/qmodbus | cd /usr/local/scr/qmodbus | ||
− | QModBus& | + | ./QModBus& |
</source> | </source> | ||
+ | |||
== Example result == | == Example result == | ||
[[File:registers2017-07-18.png|400px]] | [[File:registers2017-07-18.png|400px]] |