using FOPEN, FGET, FPUT with an USB port

2014-09-09 Thread Jean MAURICE
I was able to connect a display, or a balance to a fox app when I worked under DOS ... but now I must do the same thing with WIN7 or WIN8 and VFP8 and a USB port. Can someone give me the first steps to do ? I would like to use again FOPEN ... but how can we tell FOPEN that we want to work with

RE: using FOPEN, FGET, FPUT with an USB port

2014-09-09 Thread Dave Crozier
: using FOPEN, FGET, FPUT with an USB port I was able to connect a display, or a balance to a fox app when I worked under DOS ... but now I must do the same thing with WIN7 or WIN8 and VFP8 and a USB port. Can someone give me the first steps to do ? I would like to use again FOPEN ... but how can

Re: using FOPEN, FGET, FPUT with an USB port

2014-09-09 Thread Alan Bourke
On Tue, 9 Sep 2014, at 04:33 PM, Jean MAURICE wrote: I was able to connect a display, or a balance to a fox app when I worked under DOS ... but now I must do the same thing with WIN7 or WIN8 and VFP8 and a USB port. Can someone give me the first steps to do ? I would like to use again

Re: using FOPEN, FGET, FPUT with an USB port

2014-09-09 Thread Fernando D. Bozzo
which should be fairly easy to convert to VFP Dave -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Jean MAURICE Sent: 09 September 2014 16:33 To: ProFox Email List Subject: using FOPEN, FGET, FPUT with an USB port I was able to connect a display

RE: using FOPEN, FGET, FPUT with an USB port

2014-09-09 Thread Richard Kaye
To: ProFox Email List Subject: using FOPEN, FGET, FPUT with an USB port I was able to connect a display, or a balance to a fox app when I worked under DOS ... but now I must do the same thing with WIN7 or WIN8 and VFP8 and a USB port. Can someone give me the first steps to do ? I would like to use again

Re: using FOPEN, FGET, FPUT with an USB port

2014-09-09 Thread Tormey
Our Process Control Systems run under XP to a variety of RS232 devices via USB to RS232. on the USB side we use FTDI, and COMTOOLS for port definition and inits, and the standard low level VFP 5.0 calls. This setup works well and is fast enough for our purposes at 9600 Baud. Originally we