I have a I I have scenario that,
When receiving data through UART (LPC1768) ,same time the data is displayed in the notepad(opened in PC) through USB.
How can I implement this?
I am using LPC1768 micro controller
Figure(as given)
For example,
The data received by LPC1768 is employee id,at the same time data should displayed in PC.
How can program LPC1768 as a USB HID device?