01-23-2006 09:12 PM
01-23-2006 10:43 PM
Have you tried using the Serial example:
examples\instr\smplserl.llb\Basic Serial Write and Read.vi
Regards,
-Khalid
01-24-2006 02:33 AM - edited 01-24-2006 02:33 AM
at least you figured out to write text
to your problem: VISA write has a string input. This string can be seen as an array of bytes (characters U8) (there are string to byte-array to string vis but if you don't need checksums you might not need them)
This string will be send out the serial port according to your serial settings.
You can set the display style of your string control or constant to different modes: normal/hex/'/'-style (see help)
BTW: The forum is full of postings explaining and solving your problem ....
Message Edited by Henrik Volkers on 01-24-2006 09:34 AM
01-30-2006 03:40 PM