LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Converting async to sync nrz external clock

Hi, I am reading data through a RS-232 to RS-422 using a B&B electroncs converter.  However when Iread the data through the VISA it comes in asynchronous, and I need it to be synchronous with NRZ (Non-Return to Zero).  I am having trouble figuring out how to make this conversion.  If anyone has any experience with this or any idea as to how to make this happen I would appriciate the help.
0 Kudos
Message 1 of 2
(2,506 Views)
Hello,
VISA will only read what has been transmitted to and from you COM Port, the mode of transfer, asynchronous or synchronous is not controlled by VISA.

National Instruments serial hardware is designed to be 100% compatible with the serial ports that are built-in to your standard PC. These ports use the 8250 UART (Universal Asynchronous Receiver/Transmitter), which is asynchronous. This could also apply to the hardware you are currently using.

You may want to contact the manufacturers of your device.
Christian A
National Instruments
Applications Engineer
0 Kudos
Message 2 of 2
(2,489 Views)