usb serial com port on MacBook Pro M1, Monterey
I am trying to make a serial port connection to a 3D printer controller board. On my former MBP (2014 Retina, Catalina), plugging the board into the USB port creates connection /dev/tty.usbserial-1410. The usbserial device also shows up in the USB section of the system report. When I move the cable to the newer M1 MBP, no such devices show up in either the terminal listing of /dev/tty* or the system report. Is there a problem detecting the USB device and loading the driver for it on newer, Apple silicon Macs? Has anyone else succeeded with this type of connection?