05-16-2018 03:45 AM - edited 05-16-2018 03:46 AM
Hi I12,
use file functions.
There is a full palette of file functions, with several different ways to write data to files…
(It doesn't make a difference if you write to your USB drive to to a drive built into your computer: only the file path changes!)
05-16-2018 11:01 AM - edited 05-16-2018 11:01 AM
@l12ec937 wrote:
Like serial communication data transmission, how can I read/write a txt file within the usb flash drive, when ever I want.Please guide me to read/write a txt file within the usb flash drive
Will you PLEASE listen to what we are telling you. You do not need to use VISA. You just need to use the File IO palette to write a file to your USB flash drive. Windows will take care of everything else for you.
05-16-2018 03:17 PM - edited 05-16-2018 03:20 PM
Like everyone keeps saying, to windows a USB flash drive is just a disk like any other, you don't have to do anything special to read from or write to it, you use the regular file operations like with any other disk.
edit: Oops, sorry, I mistakenly thought I was replying to the most recent message, please ignore!