I am writing a program in Visual Basic that needs to set the modem properties, such as...
CommPort = 2
Settings = "300,n,8,1"
InBufferSize = 0
OutBufferSize = 0
Handshaking = 0
and a moden initialition string such as....
atS10=250
I need to find out if there is an api call I can use, and if so, which one(s). I have tried searching on this and can't seem to locate anything.
Any help would be appreciated.
CommPort = 2
Settings = "300,n,8,1"
InBufferSize = 0
OutBufferSize = 0
Handshaking = 0
and a moden initialition string such as....
atS10=250
I need to find out if there is an api call I can use, and if so, which one(s). I have tried searching on this and can't seem to locate anything.
Any help would be appreciated.