Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
Old
#1  
Guest
Thanks Meter
Posts: n/a
Default Unable to control serial DTR line

Hi

I'm trying to control the RTS and DTR lines on the XDA serial port to control a port multiplexer. I can successfully control RTS with EscapeCommFunction( handle, SETRTS ), but the corresponding EscapeCommFunction( handle, SETDTR) doesn't set the DTR line.

When I try the same code compiled for the desktop it controls both lines perfectly.

Does anyone know if the DTR line is implemented by the XDA hardware? It's present on the port as documented on XDA-Developers.

Or could it be that the driver doesn't implement the call properly? If so, it should really return an error code.
 
vpreHoose
Old
#2  
Senior Member
Thanks Meter 1
Posts: 100
Join Date: Jan 2003
The DSR line is not correctly implemented, either in hardware or software as you have identified.
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...