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 supposed to dial the telephone modem on port 3 and used to work. What has changed?
comOne.CommPort = 3
comOne.Settings = "9600,N,8,1"
comOne.PortOpen = True
comOne.Output = "ATDT" & A$ & vbCr
It is supposed to dial the telephone modem on port 3 and used to work. What has changed?