Wireless Communication Library Support Forum

Frameworks => Serial Framework => Topic started by: RainBoldt on December 01, 2014, 10:19:18 AM

Title: Serial connection without flow control, but manual control of the control wires
Post by: RainBoldt on December 01, 2014, 10:19:18 AM
I have to drive an external hardware via an RS232 port without flow control (3-wire mode). The Power supply is done via DTR / RTS and some states are recorded on CTS and DSR.

How can I access to the control wires manually, or how do I get the handle of the connection (need for the "GetCommModemStatus" or "EscapeCommFunction" functions) ?

Title: Re: Serial connection without flow control, but manual control of the control wires
Post by: Mike Petrichenko on December 01, 2014, 10:31:23 AM
Hello,

Unfortunately currently it is not supported in WCL (as WCL developed for wireless communication, Serial is mostly for legacy app support). But if you need it we can add it into WCL (for serial connection).
Title: Re: Serial connection without flow control, but manual control of the control wires
Post by: RainBoldt on December 01, 2014, 12:31:47 PM
That would be very good if you can do that.
Title: Re: Serial connection without flow control, but manual control of the control wires
Post by: Mike Petrichenko on December 01, 2014, 12:40:26 PM
OK, We will try to add it in comming release.