Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Communication with COM1
Message
From
26/07/1997 20:05:53
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00038834
Message ID:
00041814
Views:
44
Hi Francois!

Sorry for this late reply but I have had some days vaction!

In my software I have this main.prg

DO FORM TS60
READ EVENTS

In the init event off my form I have the following code:
WITH THISFORM.TS60
.CommPort = 1
.Settings = "9600,N,8,1"
.InputLen = 1
.RThreshold = 0
.PortOpen = .T.
ENDWITH

In the destroy event off my form I have the following code:
THISFORM.TS60.PortOpen = .F.

I dont know if this is nesessary but it is working. I compile my app to a exe and it is running ok.

I understand from your mail that there is no problem with the *.ocx itself.

If you have problems other than this, I need to know some more off your code to see what the problem is.

Best regards

Per Simmersholm
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform