Board index » delphi » PRINTING TO USB PRINTER?

PRINTING TO USB PRINTER?

Hello
I have an USB printer (Epson stylus color)
I would like to use PASCAl to write to USB port (printer)
writeln(lst,'something') sends it to LPT1
How can I use PASCAl to write out to USB?
With and without windows 98 running!
is there a unit?
Thanks
Joe
p.s: I want to use USB in DOS 6.22 in PASCAl! Don't say it's
impossible. Anyway, win98 uses some software so such software
exists.
 

Re:PRINTING TO USB PRINTER?


It's not impossible!!!
Read my answer in the Borland forum.

Markus

Quote
Joseph Szadai wrote:
> Hello
> I have an USB printer (Epson stylus color)
> I would like to use PASCAl to write to USB port (printer)
> writeln(lst,'something') sends it to LPT1
> How can I use PASCAl to write out to USB?
> With and without windows 98 running!
> is there a unit?
> Thanks
> Joe
> p.s: I want to use USB in DOS 6.22 in PASCAl! Don't say it's
> impossible. Anyway, win98 uses some software so such software
> exists.

Re:PRINTING TO USB PRINTER?


It's not impossible!!!
Read my answer in the Borland forum.

Markus

Quote
Joseph Szadai wrote:
> Hello
> I have an USB printer (Epson stylus color)
> I would like to use PASCAl to write to USB port (printer)
> writeln(lst,'something') sends it to LPT1

---
It is not possible or there is no such software? The 2 things are
different.
It's a phisical connection between the mainboard and the printer
I doubt only graphic based softwares can handle this function.
Maybe there is no such software because most people uses win98
or programs under win98. However this does not mean that it is
impossible.
Joe

Other Threads