M
matt.b.williams
I am developing an application using C# (within Visual Studio.NET 2003)
which requires me to use a phone book entry along with RasDial(). As
part of this application, I programmatically create a phone book entry
for a direct connection. However, this entry initially has a baud rate
of 19600. I would like to instead use a baud rate of 115200.
Similarly I also create one for a modem connection which I would set
for a 57600 baud rate. Where I am creating the entry (using IPWorks'
NetDial object), there is no way for me to set the baud.
Does anyone know of an API or possibly a registry modification which
would let allow me to modify these baud rates. As part of the
requirement, the users should not be prompted with anything. The baud
rate modifications should take place entirely behind the scenes.
Thanks in advance for any help.
which requires me to use a phone book entry along with RasDial(). As
part of this application, I programmatically create a phone book entry
for a direct connection. However, this entry initially has a baud rate
of 19600. I would like to instead use a baud rate of 115200.
Similarly I also create one for a modem connection which I would set
for a 57600 baud rate. Where I am creating the entry (using IPWorks'
NetDial object), there is no way for me to set the baud.
Does anyone know of an API or possibly a registry modification which
would let allow me to modify these baud rates. As part of the
requirement, the users should not be prompted with anything. The baud
rate modifications should take place entirely behind the scenes.
Thanks in advance for any help.