Page 1 of 1

Modbus/USB keyboard

PostPosted: Sun Feb 09, 2025 8:58 am
by Ruslan
Hi. I already made keyboard for uccnc. It work as USB hid keyboard for all letters and numbers and as modbus device for functional buttons. Now I'm interesting if I can leave only modbus protocol for all buttons. Can uccnc software handle key pressings of alphabetical and numerical symbols during editing nc program or entering data to mdi window?

Re: Modbus/USB keyboard

PostPosted: Wed Feb 26, 2025 7:55 am
by hilosophy
You could try mapping the Modbus inputs to virtual hotkeys using a software layer. Something like AutoHotkey or a custom firmware on your keyboard might help. You can find more information in this below discussion!
https://forum.cncdrive.com/viewtopic.php?f=4&t=5301tunnel rush&sid=c82921bb36ca931f64c3e26f27374482

Re: Modbus/USB keyboard

PostPosted: Wed Feb 26, 2025 7:59 pm
by cncdrive
I don't understand your question about what characters are you talking about, but you can test it with inputting the required characters into the MDI and into the NC program in the code editor to see if it handles it or not.