LPC1768nxpUSBLib v0.98 to communication over USB cable (CDC)

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

LPC1768nxpUSBLib v0.98 to communication over USB cable (CDC)

Jump to solution
705 Views
thiagosiqueira
Contributor II

Hi,

 

I have a LPC1768 and I am using nxpUSBLib v0.98 to communicate over USB cable (CDC). LPC (Device) to PC (Host). I have used the example virtualCOM. When I connect my device in my computer and the port COM is Ok. But I can't communicate with the device using pipocom. I my host sends URB_BULK  out, but my device (LPC) doesn't recive this information. Do you know what can be?

 

Thanks.

Labels (2)
Tags (1)
0 Kudos
1 Solution
408 Views
thiagosiqueira
Contributor II

Thanks Isaac. The problem was my interrupt function that wasn't correct. The library and the example works.

View solution in original post

0 Kudos
2 Replies
408 Views
isaacavila
NXP Employee
NXP Employee

Hello,

Which LPC board are you using?

Also, Have you tried to use another VCOM terminal such as Teraterm or Putty? or were you able to capture the USB transactions with an USB sniffer?

Regards,

Isaac

0 Kudos
409 Views
thiagosiqueira
Contributor II

Thanks Isaac. The problem was my interrupt function that wasn't correct. The library and the example works.

0 Kudos