BuildCommDCB: flow control strings

Post Reply
Davide
Posts: 190
Joined: Tue Mar 14, 2006 1:59 am
Location: Italy

BuildCommDCB: flow control strings

Post by Davide »

Hello all.

I know that BUILDCOMMDCB( "COM1:9600,N,8,1", @cDcb ) opens the COM1: port, but how to enable flow control ?
I've read at http://msdn.microsoft.com/en-us/library ... 85%29.aspx that the parameters are the same of the MODE command, but then it talks about strings ending with "p" or "x". I'm confused.
Definitely, what do I have to add to the string above to enable:
1) XON/XOFF
2) RTS/CTS
3) DSR/DTR

Thanks,
Davide
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: BuildCommDCB: flow control strings

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply