zeevy / grblcontroller

Compact android mobile application for gcode streaming and controlling a cnc machine with grbl firmware
GNU General Public License v3.0
196 stars 70 forks source link

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

Open ChrisAnd1998 opened 3 years ago

ChrisAnd1998 commented 3 years ago

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 commented 3 years ago

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

zeevy commented 3 years ago

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