Re: [Freedos-user] printing to USB

2009-07-23 Thread Eric Auer
Hi Christian, Well, 17 lines of Assembly and 5000 of C, It would interest me where he stated these numbers. He did not. I just did unzip -p the-sources.zip *.a* | wc :-) Who will ever be able to understand and update Georg's host driver? Certainly not anyone except him, since it's

Re: [Freedos-user] printing to USB

2009-07-23 Thread Christian Masloch
Well, 17 lines of Assembly and 5000 of C, It would interest me where he stated these numbers. He did not. I just did unzip -p the-sources.zip *.a* | wc :-) So you don't know how many of that 17 lines are commentary only or blank. This is something I'm interested in, so I wrote me a

Re: [Freedos-user] printing to USB

2009-07-22 Thread Eric Auer
Hi Johnson, PS: Have you tested the drivers from http://bretjohnson.us/ yet? That one is more open source but only does UHCI USB 1.1. :-). Finally someone did the job: Code USB programs with assembly language. Well, 17 lines of Assembly and 5000 of C, who will ever be able to understand

Re: [Freedos-user] printing to USB

2009-07-22 Thread Christian Masloch
Finally someone did the job: Code USB programs with assembly language. Well, 17 lines of Assembly and 5000 of C, It would interest me where he stated these numbers. who will ever be able to understand and update that code? Who will ever be able to understand and update Georg's host

Re: [Freedos-user] printing to USB

2009-07-22 Thread Johnson Lam
On Wed, 22 Jul 2009 23:43:05 +0200, you wrote: Eric, Well, 17 lines of Assembly and 5000 of C, who will ever be able to understand and update that code? I hope at least Bret still understands it :-). By the way, what is the license? There're always SOMEONE can do it, if HE wish. I am

Re: [Freedos-user] printing to USB

2009-07-21 Thread Johnson Lam
On Fri, 17 Jul 2009 19:02:59 +0200, you wrote: Hi, PS: Have you tested the drivers from http://bretjohnson.us/ yet? That one is more open source but only does UHCI USB 1.1. :-). Finally someone did the job: Code USB programs with assembly language. Rgds, Johnson.

Re: [Freedos-user] printing to USB

2009-07-17 Thread iw2evk
This drivers are free and open source , and contain drivers for printing via usb... http://bretjohnson.us/ Roberto iw2evk Johnson Lam wrote: On Thu, 16 Jul 2009 15:19:33 -0300, you wrote: Hi, Unfortunately it is only free for personal use... Too bad, it's coded in BASIC, also it's

Re: [Freedos-user] printing to USB

2009-07-17 Thread Eric Auer
Hi Alain, In fact this (http://www.georgpotthast.de/usb) is a full USB driver for DOS, with both UHCI and OHCI. It has drivers for Parallel and Serial devices, plus pendrive. Unfortunately it is only free for personal use... Actually there is a new FreeDOS OEM edition which is free for

Re: [Freedos-user] printing to USB

2009-07-16 Thread iw2evk
For solve the problem you can download the free software dosusb http://www.georgpotthast.de/usb/dosusb.zip in the package are insert some utlities for printing via usb port on DOS see for documentation : 3.1 Printer driver There are two printer drivers available. LPT1USB.SYS installs

Re: [Freedos-user] printing to USB

2009-07-16 Thread Alain Mouette
Hi, In fact this (http://www.georgpotthast.de/usb) is a full USB driver for DOS, with both UHCI and OHCI. It has drivers for Parlel and Serial devices, plus pendrive. Unfortunately it is only free for personal use... Alain iw2evk escreveu: For solve the problem you can download the free

Re: [Freedos-user] printing to USB

2009-07-16 Thread Larry
I'm assuming that this driver won't work if I'm using a USB card in my laptop pcmcia slot? --- On Thu, 7/16/09, Alain Mouette ala...@pobox.com wrote: From: Alain Mouette ala...@pobox.com Subject: Re: [Freedos-user] printing to USB To: freedos-user@lists.sourceforge.net Date: Thursday, July

Re: [Freedos-user] printing to USB

2009-07-16 Thread Johnson Lam
On Thu, 16 Jul 2009 15:19:33 -0300, you wrote: Hi, Unfortunately it is only free for personal use... Too bad, it's coded in BASIC, also it's not free. Jack did thinking of a small and beautiful USB driver for DOS (with BIOS call), but he have no sample code (I don't think Intel will have

Re: [Freedos-user] printing to USB

2009-07-15 Thread Alain Mouette
Michael Potter escreveu: Here is the advise I received from a friend how to do it under DOS running within XP: a) Setup the printer in Windows, then SHARE the printer. Then in DOS, one can do this: b) NET USE lpt1: \\windowspc\printershare That is good advice for freedos too... but