Hi everyone.
I have a SparkFun DE2120 breakout board. It’s connected to my Mac over USB. I was successfully talking to the device on /dev/tty.usbmodem1101, and then I accidentally allowed MacOS to install the device driver. Now I can’t figure out which device to open for serial communication from Python.
I’ve tried /dev/ttyASM0, and it’s not there either. I’ve also poked around with “ls /dev”, but it’s not jumping out at me. I can find that the device is connected to the USB port in “system report” under MacOS settings, so I know it’s there and powered, I’m just not sure how to open it.
Any suggestions greatly appreciated!