RE: LPT0 support with DOSFS_OpenDevice

2003-09-08 Thread E Lea
> If the code is essentially the same anyway, it might be a good idea just > to add a switch in server/serial.c and to the create_serial request to > tell the server whether the device is a serial port or a parallel port, > then change serial/parallel behaviour depending on that switch. You can

Re: LPT0 support with DOSFS_OpenDevice

2003-09-06 Thread Mike McCormack
Hi Ed, If the code is essentially the same anyway, it might be a good idea just to add a switch in server/serial.c and to the create_serial request to tell the server whether the device is a serial port or a parallel port, then change serial/parallel behaviour depending on that switch. You can