EmbeddedRelated.com
Forums

HID mouse program prblems

Started by Wai Hong Chan March 27, 2013
We are using LPC1752 to write the HID mouse program. however, I did not know how to write the USB output program which send the information and data to the PC.
Anyone can help me.



An Engineer's Guide to the LPC2100 Series

--- In l..., Wai Hong Chan wrote:
>
> We are using LPC1752 to write the HID mouse program. however, I did not know how to write the USB output program which send the information and data to the PC.
> Anyone can help me.
>

Google for LPC1752 HID and you might find this:

http://en.pudn.com/downloads472/sourcecode/windows/csharp/detail1977944_en.html

NXP wrote the LPCUSB library and you can find it all over the place including:

http://ieee.ucsd.edu/gitorious/lpc2148-svc/libopenlpc/trees/3a704166f81f0d9c8757a72b20f89b093ae65dba/svc.lpc17xx/lpcusb

I think Google can find everything you need.

Richard

----Original Message----
From: l...
[mailto:l...] On Behalf Of rtstofer
Sent: 27 March 2013 14:43 To: l...
Subject: [lpc2000] Re: HID mouse program prblems

> NXP wrote the LPCUSB library and you can find it all over
> the place including:
>

Just to be correct, actually NXP did not write it, it is a port of Dean Camera's LUFA usb library for the Atmel AVR. But either way it is a very useful resource.

--
Tim Mitchell
Well I think you should probably use USB UART example from LPC17xx CMSIS
examples

Download it from my site or anyware else (nxp.com or lpcexpresso.com)

The path is NXP\Drivers\Examples\USBDEV\USBCDC

2013/3/27 Wai Hong Chan

> **
> We are using LPC1752 to write the HID mouse program. however, I did not
> know how to write the USB output program which send the information and
> data to the PC.
> Anyone can help me.
Then windows opened Com port -> send some bytes .
--
CMake build environment project
for micro-controllers (use
it or
addyou
favorite MCU )