I’m trying to get a python program to periodically append data to a file on a USB stick. I’m having two problems:
-
despite opening the file per the instructions on the Digi.com web site (using A/gcp.log to indicate file gcp.log on the first USB device), the file is never written to the USB stick, but instead to the built-in flash.
-
despite opening the file in append mode (using “a”), the existing data in the file is always overwritten.
I found something that appeared to be release notes for a firmware update that seemed to claim that the latter problem was recently fixed, but not for USB devices?