Attempting to dial the modem with:
MSComm1.CommPort = 3
MSComm1.Settings = "9600,N,8,1"
MSComm1.PortOpen = True
MSComm1.Output = "ATDT" & A$ & vbCr
I got a "compile error, Variable not defined" for the MSComm1.
How do I define it?
I wrote several VB5 ans VB6 programs that dialed the telephone (Port 3). They worked well using Windows 98 and a US Robotics modem. They do not work in Windows XP and an INTEL 537EP modem. the coding is:
comOne.CommPort = 3
comOne.Settings = "9600,N,8,1"...
This coding worked fine on my old Dell with Windows 98, but does not work with my new Dell 8400 using Windows XP, even in 98-Compatible mode.
comOne.CommPort = 3
comOne.Settings = "9600,N,8,1"
comOne.PortOpen = True
comOne.Output = "ATDT" & A$ & vbCr
It is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.