ntoll / microfs

A simple command line tool and module for interacting with the simple filesystem on the BBC micro:bit.
MIT License
39 stars 18 forks source link

feature request - ufs needs a --device parameter #18

Open rhubarbdog opened 5 years ago

rhubarbdog commented 5 years ago

I've got multiple microbits plugged into my laptop as I require multiple serial terminals. I plugged my micropython microbit in first so it's /dev/ttyACM0. I then plugged in a MakeCode blocks microbit. ufs defaults to the last plugged in microbit which is /dev/ttyACM1 the MakeCode one. I need to be able to specify the device I choose to microfs into

carlosperate commented 5 years ago

Yes, now that microfs can send and receive files to different MicroPython-based devices, it's be good to add a --port flag to indicate the port manually, so that it can be used with any MicroPython board.