Hi
I have been using Arduino's for some time and have hit a perplexing issue. I have looked around but haven't found anyone with exactly this problem
I have an Arduino Uno connected to an RFID sensor which is in constant read mode. I connect the Arduino via USB serial to a computer and use PySerial to read the incoming data.
On my Mac Mini 2018, this works perfectly, with the Arduino maintaining the connection and sending data through. Ditto with my SurfaceBook 2. But if I try and use my custom built PC or my HP ZenBook Studio G4, then the connection constantly drops out and I need to restart the Uno.
The only topic like this I've seen, the suggestion was to update the USB drivers. I have done that on my PC but the ZenBook is a work computer and I don't have the admin rights to update drivers. Anyway, when I updated the drivers on my PC nothing changed.
My first thought was that the Arduino was browning out, but it's connected to a separate power supply, so it shouldn't be a power issue between computers.
If anyone has any advice, I'd be eternally grateful.
Thanks