write to usb drive
knownboyofno
Posts: 2
I am new at programming and I neeed some help here. I was wondering is it possible for a stamp to write a file to a usb drive? If possible, can u tell me what command, program, etc. is needed to do so. Thank you in advance for the help.
Comments
Since the BS2 is a USB 'slave', and the USB drive is a 'slave', you need a 'master' device.
The cheapest, most cost-effective, and well-supported USB 'Master' device is a windows PC.
So, user your Windows PC as the device. Problem solved.