USB Laser Printer Interface with LPC1768

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB Laser Printer Interface with LPC1768

1,217 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by bharat.gopani on Wed Sep 01 06:33:49 MST 2010
CPU : LPC1768 .
Compiler : LPCXpresso .

I want to do USB Laser Printer Interface with LPC1768 .
For that I have initilized USB HOST .

Now how should I write byte( Character)  to the Printer for Printing .

Anybody can help me for same  or anybody can give sample code for the same .

Original Attachment has been moved to: 1100643_TryLib.zip

0 Kudos
Reply
2 Replies

923 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by xavas on Sun Mar 06 14:08:48 MST 2016
Hi Bharat!

I´m new to USB Printers and I have to do project based on LPC1768/69 exactly with this feature. Cann you tell me if you got this implementation to you LPC1768?

Regards,

Xavier
0 Kudos
Reply

922 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by igorsk on Wed Sep 01 08:45:43 MST 2010
You will need to implement a USB printer class driver. This spec should help. I haven't seen any freely available sample code for that.

[B]Edit[/B]: I take that back. I just now realized that you can look into Linux sources for sample drivers. However, Linux code is much more modular and high-level that you might need, so not sure how much help it will be.
0 Kudos
Reply