[fpc-pascal] USB serial interface

Mark Morgan Lloyd markMLl.fpc-pascal at telemetry.co.uk
Thu Dec 28 13:10:42 CET 2006


Andreas Berger wrote:

> > I have two Prolific 2303 serial converters without problems. There is
> > native USB support in the kernel (2.6.17). I have run them at 38400. I am
> > interested in your problems - maybe I can prevent some future problem.
> >
> >
> Does anyone know about USB-to-Serial for DOS? I would be very
> interrested (Even Ethernet-to-Serial).

I've come across a website discussing connection of a USB CD-ROM drive to a DOS
system for booting purposes but I've not seen reference to serial devices. I
think the people to ask about this might be Parallax since they use
USB-connected serial ports for device programming, if anybody knows how to hook
them onto older machines they will.

My own feeling if you /have/ to have a DOS environment and don't mean something
like the '98 DOS box would be to see if you could run the code under either
DosEmu or Qemu, both of which allow guest session ports to be mapped to whatever
hardware is supported by the host. I've got one system here where DosEmu has
been set up to allow software direct access to an lpt port so it can control an
EPROM blaster, but obviously that sort of thing wouldn't work where the physical
device types differed.

-- 
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]



More information about the fpc-pascal mailing list