Email:
sales@wcscnet.com


Competent Technical Support By Knowledgeable Engineers

View Cart

Checkout

RSS Feed
Home
Products
Services
Support
File Download
Testimonials
NewsLetters
Press Releases
Tutorials
WebLog (News)
WCSC Partners
Developer Tools

Register for WCSC email updates

Wires No More!
$159.99 a pair


Wireless Serial Adapter
(Bluetooth to RS232)

 

Credit Card Merchant Services

ModemDial() returns CCdrvPPErrorUnknown (-1)

This could be caused by the length of time necessary to complete the connection. Add the following code to your application after the port is opened.

 

*******************************************************************
Declare the following function prototype.

extern "C" {int ModemModifyValue(int port, int code, long value);}

and

Example-

CCdrvPPPort *Port //Assumed to be initialized port object.
int Status;

//Wait up to 45 seconds for modem connections
if ((Status = ModemModifyValue(Port->GetPortID(),3,45*18)) != 0)
{
printf("Error Changing Modem value\n");
// Take remedial action
*******************************************************************

 

 

Updated: 08/07/2008 

Copyright © 2008 by Willies Computer Software Co