Quote:
Chris wrote:
@terminills
If this is interfacing directly with USB (which it sounds like it is, if Dot4 is working), how are you achieving that? I think if you make it compatible with ANAIIS when you port it over to OS3.1 then it should automatically work on OS4.
actually in the case of the testprint I'm using the AROS copytopar program with the USB flag which uses usbparallel.device instead of parallel.device. The current state I'm at is proving that the drivers are creating the correct output for the printers.
in cass' case it seems the hp-lj_1015 should work.
However once it's complete it will be a matter of selecting Gutenprint just like you would in any other printer driver. I chose to go the ijs route because I could keep my driver(which in this case will be the ijs client) pretty generic. This way when I port the hplip drivers I can reuse most of the code.