03-25-2009 12:01 PM
03-25-2009 12:30 PM - edited 03-25-2009 12:34 PM
One way is with the Byte Array to String function. Another is to right click on your string control/constant and select 'Hex Display'.
03-25-2009 01:02 PM
03-25-2009 01:46 PM
You send ASCII if your string control/constant is set for normal display. Using the methods I mentioned, there is no conversion into ASCII.
Does the board ignore the start and stop bits and just use the data bits so that it gets 3 packets that are each 8 bits long or does it require you to cotnrol the start and stop bits as well? If it's the latter, I'm not sure how you can use the standard com port functions in LabVIEW.
03-25-2009 01:58 PM
03-25-2009
02:26 PM
- last edited on
03-18-2025
05:52 PM
by
Content Cleaner
I don't think you can use the RS-232 port. I had a quick look at the specs of the board and it seems the serial interface is SPI. The voltage levels of a RS-232 port are not correct. NI sells the USB-8451 for that.
03-25-2009 02:36 PM - edited 03-25-2009 02:40 PM
03-26-2009 09:30 AM
03-26-2009 10:54 AM
03-27-2009 07:56 AM
We have an idea. Can we take *.dll for USB from Windows, write code under ETS (for real time) which can call this *.dll (dll in Windows almost same like in ETS) and work with USB in Real-Time? All we need it's work with this evalboard in Real-Time and how we can do this without buying additional devises (like NI8451)!