Read/write to USB flash drive in Python script on ConnectPort X4

Hi,

I’d like to read and write files from/to a USB flash drive from my python script on a ConnectPort X4.

I connected a USB flash drive and from the command line I see it if I run “flashdrv”; it says it is mounted on “A:/”. How do I get access to it in my python script?

Thanks!
Math

See these Wiki pages:

http://www.digi.com/wiki/developer/index.php/Read_and_Write_Flash_USB
http://www.digi.com/wiki/developer/index.php/How_to_use_a_USB_Flash_drive_in_Python

This is exactly what I was looking for.

Thank you!