04-18-2007 06:41 AM
04-18-2007 06:56 AM
04-25-2007 01:01 AM
thank's. now how can i read a .txt file (contain a HEX string) and send it to the instrument?
shaul
04-26-2007 11:58 AM
Hi Shaul,
You can read from a text file using the "Read from Text File" found in the File IO palette of your Functions palette. For reference, you may consider looking in the Example Finder (Help>>Find Examples.. do a search for "text" and take a look at the "Read from Text File.vi" program) This will show you how to open a specific file, read the data and do a little parsing as well. Then you can proceed with Paul's suggestions for sending your Hex string via serial. Hope this helps!