Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SERIAL communication
Message
From
24/03/2001 19:33:30
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
SERIAL communication
Miscellaneous
Thread ID:
00488401
Message ID:
00488401
Views:
37
We have an application that is taking care for the communication between our hardware en software( we are using an ascii-protocol).

The hardware are controllers with there own RAM-memory.
In VFP we have a table RAM.dbf with 3 fields 'adress','data','command'
The 'adress' field that is telling us what controller this is an the adress of the RAM.
the command can have 3 values 'T' ,'R' or empty.
'T' the data in the field 'data' will be transmitted to the adress X.
'R' '' '' downloaded

The meaning of this thread is that I want to make this code reusable(OOP) and a COM object (then I can request a download over the WEB).

The problem I have is that I use microsoft' Communication control and that I have to use a form.
Or there other solutions for the serial communication (like dll's ...)
Next
Reply
Map
View

Click here to load this message in the networking platform