Is there a way to programmatically enable and disable the USB Mass Storage capability?
From my GIGA sketch I'd like to be able to enable USB Mass Storage and have the FLASH file system mounted on the host computer so the user can browse and copy files on the computer. And then later I'd like my sketch to be able to cleanly unmount those file systems and revert the USB port to typical serial communications.
Has anyone worked through how feasible this might be?