Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending a phone call
Message
From
13/07/2001 10:39:29
 
 
To
13/07/2001 10:28:46
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00530220
Message ID:
00530246
Views:
19
>>I'm new to MSCOMM32. I took some example by doing some searches. I simply what to dial a phone number. I have this code presently:
>>
>>
>>oPhone=CREATEOBJECT('Form')
>>oPhone.AddObject('Phone','Olecontrol','MSCOMMLib.MSComm')
>>oPhone.Phone.CommPort=1
>>oPhone.Phone.PortOpen=.T.
>>oPhone.Phone.Output='ATDT123-4567'+CHR(13)
>>oPhone.Phone.PortOpen=.F.
>>
>>
>>When I run the program, I see the light changing on my modem but nothing happens. What am I missing?
>
>Are you giving the control time to send the data ? According to the help setting PortOpen to False clears the transmit buffer. Try waiting until OutBufferSize = 0.
>
>Another thing to check would be the baud rate setting on the control & modem.

Is does not seem to be a waiting issue? I put a messagebox, a wait window and the SLEEP API and it didn't change anything.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform