epiccurious / jade-diy

Securely custody your bitcoin with Open Source software and generic hardware.
MIT No Attribution
13 stars 1 forks source link

Automatically detect USB devices on macOS #8

Open epiccurious opened 1 year ago

epiccurious commented 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.