02-02-2006 05:50 AM
02-02-2006 06:05 AM
02-02-2006 06:19 AM
02-02-2006 07:34 AM
02-02-2006 08:38 AM
Thanks again GerdW,
You are right, i need to send my 8 bit string as a byte to the µcontroller. But i am having trouble converting my string to a byte... "String To Byte Array" seemed applicable, but "VISA Write" does not accept array as input....
Any inputs on this?
02-02-2006 09:14 AM
02-02-2006 09:20 AM
02-02-2006 09:56 AM
You took the wrong one of the two functions. A string in LabVIEW is really the same as a Byte Array. It is just a different wire color and uses different controls that can display the data in different ways.
@vatoloco wrote:
Thanks again GerdW,
You are right, i need to send my 8 bit string as a byte to the µcontroller. But i am having trouble converting my string to a byte... "String To Byte Array" seemed applicable, but "VISA Write" does not accept array as input....
02-06-2006 03:38 AM - edited 02-06-2006 03:38 AM
Thanks guys! It seems like i was trying to do this in a very complicated manner, the true/false option with build array seems like a better solution.
The issue of sending a byte to the microcontroller is still unsolved though, and is the "topic of the day" for me:)
Thanks again for all your help!
Message Edited by vatoloco on 02-06-2006 03:39 AM