03-12-2010 12:49 PM
I have a powersight PS250, which has serial port, I tired to use "Basic Serial Write and Read.vi" from labview 8.6 examples to communicate with this device, the device is expecting binary command, like oxFF, while the example vi "write" is only accepting ascii command, is there a way that I can send the binary command to the serial port in labview?
thanks
03-12-2010 01:08 PM
The example will accept data of any format. If you want to send hex, just right click on the string control and select 'Hex Display'.
This question has been asked and answered hundreds of times. What terms did you use when you did a search before posting the question?