Interfacing a high speed printer to lpc18xx series

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

Interfacing a high speed printer to lpc18xx series

262 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by sanketk on Wed Jun 25 03:30:29 MST 2014
Hi,

I want to interface a high speed laser printer using USB to one of my LPC18xx controllers.
Since these devices support High speed USB. Is it possible to do the same. Is it feasible. Are there any printer host driver available for lpc18xx devices.
Also can we program the MCB1800 development board other than using the Ulink debugger.


Regards
Sanket
Labels (1)
0 Kudos
1 Reply

249 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by bavarian on Mon Jun 30 05:29:53 MST 2014
The USB block in the LPC18xx can be host, it is USB HS, so yes, you can connect a USB printer.
We don't provide code for host functionality at the moment. But if we would, then for sure not for a printer profile.
So you need to look for third party providing such code.

The MCB1800 board can be programmed with

[list]
  [*]  Keil uVision + ULink or JLink or Link2, IAR EWARM + JLink or i-jet, LPCXpresso + Link2
  [*]  ISP mode (in system programming) using UART0 and the program Flash Magic (just google it)
  [*]  other programmers, e.g. from isystems
[/list]

Regards,
NXP Support Team
0 Kudos