Forum.Deepsoftware.Com

DeepSoftware Products => nrComm Lib VCL (32bit / 64bit) => nrComm Lib => RS232 (serial) port => Topic started by: doug johnson on January 20, 2016, 08:37:49 pm

Title: Serial RS232 port
Post by: doug johnson on January 20, 2016, 08:37:49 pm
Hi.

I am new to this list.

Can this component, serial RS232, be made to work with RS485 as well and is there an example?

Doug Johnson
Title: Re: Serial RS232 port
Post by: hid1 on January 21, 2016, 05:51:15 am
TnrComm component has RS485 mode.
Quote
property RS485Mode:boolean;

Description

The RS485Mode property enables a simple RS485 mode for write operations. In this mode RTS will be raised before start the write operation and RTS line will be clear immediately after the end of transmission. The StreamProtocol property should have spNone value if you will set RS485Mode in true.