Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by VicEllins

  1. VicEllins

    Variable not defined

    I did that and it still says "Device not open". The nwe control is MSComm1_OnMSComm1 which I assume responds to incoming data.
  2. VicEllins

    Variable not defined

    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?
  3. VicEllins

    Telephone Dialer

    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"...
  4. VicEllins

    Telephone Dialer

    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...

Part and Inventory Search

Back
Top