Misfittech / nano_stepper

Stepper feedback controller
423 stars 179 forks source link

How to change vendor/product I or add iSerial #47

Closed vmario89 closed 4 years ago

vmario89 commented 4 years ago

Hi, because i want to have control over each smart stepper by usb connected to a usb hub, i figured out that all Smart steppers have same product id and vendor id. I'd like to persist named devices in raspbian by mapping their id's as fixed rule. Unfortunately that looks not so nice because all IDs of nano zero are the same. How can i change that? i did not find a fitting line of code to adjust that. grafik

coolio986 commented 4 years ago

You are looking for "boards.txt" in

\AppData\Local\Arduino15\packages\misfittech\hardware\samd\1.0.0 `nano_zero.vid.0=0x1209 nano_zero.pid.0=0x8087 nano_zero.vid.1=0x1209 nano_zero.pid.1=0x8086`
vmario89 commented 4 years ago

thanks for the information. This helps a lot! regards, Mario