05-16-2008 01:46 AM
05-16-2008 08:49 AM
First, go to http://www.ni.com/serial/ and look at the USB form factor.
Second, might as well reuse an example you have already seen at http://forums.ni.com/ni/board/message?board.id=170&view=by_date_ascending&message.id=322435#M322435 and modify it very slightly.
05-17-2008 11:36 AM - edited 05-17-2008 11:41 AM
05-17-2008 12:23 PM
Modify the read example I gave you in a similar fashion.
If you don't do a write, why did you post your code for doing a write and if you only want to do a read, what is the porgram at the other end that will be doing the writing?
05-17-2008 12:25 PM
05-17-2008 12:32 PM
05-17-2008 12:35 PM
05-19-2008 09:52 PM
05-19-2008 10:19 PM
Well, now you are using Read From Text File which it should be obvious that you are returning a single, long string. Why did you change from using Read From Spreadsheet? You can still use the Read From Text File. You would wire the output to String to Spreadsheet Array. Then you could wire the array to the for loop and use it's auto-indexing feature.
This is still pretty basic stuff. Have you done any of the basic LabVIEW courses?
05-19-2008 10:23 PM