Does anyone know how to access the serial port in VFP..?.
in our office currently use telephone billing system that
was develop using clipper, we do not have the source code
because vendor just give us the exe file and data file and
now we miss out the vendor information.
Current condition, all telephone call are go through to
PABX then from PABX there is serial connection cable to
the serial port in the PC and the Telephone billing system
is installed on that PC.
So please advice, and thank you for the support
Best Regards
Hidayat
H> Does anyone know how to access the serial port in VFP..?.
You can use the MSCOMM32.OCX active x control library. Go here for more
info:
HOWTO: Receive from the Serial Port by Using MScomm32.ocx.
http://support.microsoft.com/default.aspx?scid=140525
Also useful may be
HOWTO: Send to the Serial Port by Using Mscomm32.ocx.
http://support.microsoft.com/default.aspx?scid=139526
And of course,
HOWTO: Transmit and Receive Binary Data using MSCOMM32.
http://support.microsoft.com/default.aspx?scid=154741
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8
I have developed a telephone billing system using visual
foxpro 6. You need to use the MSCOMM control to access the
serial port. This usually ships with windows and if you
drop the control on a form, click on it and press F1, you
should be able to see the help on how to implement the
control in your application.
Regards,
Edwin Mulwa
Nairobi, Kenya
mu_ny...@yahoo.com
>.
>