Hi,
I would like to use ScriptCommunicator as a simle rs232 user interface and instead of writing commands I would like to press buttons with the mouse. I want to lock or disable the keyboard completely. Is this possible with ScriptCommunicator?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
so you want that the user press a key (e.g. 'a') and ScriptCommunicator sends it. Is this correct?
You can create a WorkerScript with a GUI, add all your keys (buttons) and a text edit console (you can make it read only in QtDesigner). If you start ScriptCommunicator with this script as command-line argument then you will only see your GUI.
Best regards,
Stefan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hi,
I would like to use ScriptCommunicator as a simle rs232 user interface and instead of writing commands I would like to press buttons with the mouse. I want to lock or disable the keyboard completely. Is this possible with ScriptCommunicator?
Hi,
so you want that the user press a key (e.g. 'a') and ScriptCommunicator sends it. Is this correct?
You can create a WorkerScript with a GUI, add all your keys (buttons) and a text edit console (you can make it read only in QtDesigner). If you start ScriptCommunicator with this script as command-line argument then you will only see your GUI.
Best regards,
Stefan
View and moderate all "General Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Yes this is exactly what I want, thanks!
If you have any questions or need help, post again.
Best regards,
Stefan