About Markish Expertise I can answer general questions related to Foxpro from Version 2.0 to 9.0. I'll try to answer them as quickly as possible.
Experience I've been into Dbase programming from age of 11. I've worked in versions from FoxPro 2.0 and Foxbase. Education/Credentials I've done my B.Tech (IT) with distinction from Anna University, Chennai - India.
Question I used foxpro2.6 and run on windowsXP OS. can you show me the way how can I send and receive data from COM port?
Answer Hi Toan,
In FoxPro 2.6 on XP, you should be able to use fopen(), fread(), fclose() to access data from COM ports. But I don't remember doing it in recent past. But I've used a utility called Com2Kb for doing the same.