Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

Using NI cRIO-9075 serial port

Hi,

 

Is it possible to send out data with the serial port on the cRIO 9075. And if this is possible, how do i do this from a labview environment?

I thought this port was a RS232 port? Is it possible to send data directly to a RS485 port. I am trying to send motor parameters directly to a danfoss motor drive via serial communication.

 

Best regards,

 

Jasper Beurms

0 Kudos
Message 1 of 2
(5,738 Views)

RS232 and RS485 are completely different standards. They both use serial data communication - but that's all they have in common.

 

They use different voltage levels, and many RS232 communication protocolls use hardware handshaking, i.e. control lines. In most cases RS485 does not use control lines, and the data transmission is done via a pair of lines which serves for transmitting and receiving data (bi-directional). (There are some RS485 interfaces which use control lines but these also have voltage levels different from RS232).

 

There are level converters available, but since RS232 often uses hardware handshaking they may not work in your application.

0 Kudos
Message 2 of 2
(5,725 Views)