Open epiccurious opened 1 year ago
Right now, the user has to manually push Enter/return . Tried to automate this process by checking /dev/cu.usbserial-${serial_number}1 but there seems to be a permissions issue. Code attempting a solution is currently commented out.
Enter
return
/dev/cu.usbserial-${serial_number}1
Right now, the user has to manually push
Enter
/return
. Tried to automate this process by checking/dev/cu.usbserial-${serial_number}1
but there seems to be a permissions issue. Code attempting a solution is currently commented out.