Add crossplatform device discovery & serial autoconnection/disconnection#3
Add crossplatform device discovery & serial autoconnection/disconnection#3
Conversation
|
I don't have a linux device with me but just curious. Where was the linux tested on? Is it on an actual device or in a virtual machine? |
after doing some googling it seems like this is just a linux thing & you have to add yourself to a certain usergroup to not need sudo when connecting to serial, so ill just go ahead with this & update the readme |
it was tested on an actual device, I have a laptop with windows and linux dualboot set up |


Closes #1
This PR makes the search for the ProvesKit serial port work on all platforms by searching for the VID and PID. I also made the connection/disconnection to the serial port happen automatically without needing to refresh, since needing to manually select a device isn't necessary anymore.