01-09-2007 12:06 PM
01-09-2007 01:38 PM
Why are you even attempting to do this? If you just want to write data to the serial port, all you need is the VISA Write.
I've used the low level register access functions to write to a pci card and I've used the out port function to write to the serial port but I don't know if you can use the low level stuff for the serial port and if your address space or offset is even correct. The help only mentions VXI flavors and PXI.
01-10-2007 05:54 AM
01-10-2007 06:33 AM
01-10-2007 08:55 AM - edited 01-10-2007 08:55 AM
Albert is correct. Here's a picture that shows three different ways to specify the data to write as hex and output to the serial port. A fourth way would be to use the Outport function. The string constant is set for '\' Code Display (right click on a string control/constant).
Message Edited by Dennis Knutson on 01-10-2007 07:56 AM