grblcontroller icon indicating copy to clipboard operation
grblcontroller copied to clipboard

[Feature request] Add option to select the right USB device. (Instead of automatic selection)

Open ChrisAnd1998 opened this issue 3 years ago • 2 comments

Related to my previous issue: https://github.com/zeevy/grblcontroller/issues/135 Having an option to select the right USB device will fix my issue. The app doesn't connect to GRBL because it's automatically picking the wrong USB device :/

IMG_20210309_183922

ChrisAnd1998 avatar Mar 09 '21 17:03 ChrisAnd1998

@zeevy I fixed it manually my hardcoding line 291 in GrblUsbSerialService.java to if (deviceVID == 0x2341 && devicePID == 0x0042) { Now it works as intended :)

ChrisAnd1998 avatar Mar 10 '21 06:03 ChrisAnd1998

Thanks for the update, I will check this in future releases

zeevy avatar Mar 12 '21 06:03 zeevy