My machine have to send a sequence of 3 bytes per command via serial port.
for example;
|start byte=0xFF| |second byte = 0x00-0xFE| | third byte = 0x00-0xFE |
which I have already done with it, my method is sending one byte per one byte in for-loop via serial port. The problem is if I would like to control more machines my VI will going to be more complicate and that is very bad..
Can LabVIEW able to send my 3 bytes protocol above with just one-time sending?? for example: like in C-language, I'm gonna use printf ("%c %c %c",start,second,third);
I'm new with LabVIEW any idea please help.
sorry for my English, if you don't understand my question please ask me again.
Thank you in advance.