Hi.. I´m working with RS485 (chip SN75176), and I need use the flow control of the serial port init to enable (disable) this chip with the signal control RTS of the RS232 port. I have change the settings of the serial port init, but this don´t work. I hope that someone can help me, and tell me how make a right control of the RTS signal under Labview.
> Hi.. > I´m working with RS485 (chip SN75176), and I need use the flow > control of the serial port init to enable (disable) this chip with the > signal control RTS of the RS232 port. > I have change the settings of the serial port init, but this don´t > work. > I hope that someone can help me, and tell me how make a right > control of the RTS signal under Labview. > > Thanks..
Use the VISA serial driver. I believe it allows you to control the RTS line. Kevin Kent
Place a 'VISA configure Serial Port' VI on the block diagram.
Right click its 'VISA resource name out' terminal.
Navigate to Create >> Property for instr class >>» Serial Settings » Modem Line Settings >> Line RTS state.
Right click on "RTS State" and select 'change to all write'. 5. Create constant and 'Assert' 10ms before sending data 'Unassert' immediately after sending data.