• HID, how to receive/send 512 bytes in one transfer
    Hi, I use LPC2148, I use keil USBHID example code and change hid descriptor like this: 0x96,0x00,0x02, //512 bytes in count 0x96,0x00,0x02, //512 bytes out count question: 1. its that enough To...
  • HID, how to receive/send 512 bytes in one transfer
    Hi, I use LPC2148, I use keil USBHID example code and change hid descriptor like this: 0x96,0x00,0x02, //512 bytes in count 0x96,0x00,0x02, //512 bytes out count question: 1. its that enough To...
  • LPC2468 USB_EndPoint1 settings for Sending 50 Bytes to Host(PC)
    Dear friends/Sir I Am working for Card Reader Using USB. My Card reading Progarm is comleted. Now Data cllected from the Card. I want to send this data to PC. I Have Modified to HIDUSB example from...
  • LPC2468 USB_EndPoint1 settings for Sending 50 Bytes to Host(PC)
    Dear friends/Sir I Am working for Card Reader Using USB. My Card reading Progarm is comleted. Now Data cllected from the Card. I want to send this data to PC. I Have Modified to HIDUSB example from...
  • Trying to Send/Receive at same time with Nordic nrf24E1
    Hi all. I am trying to set up two Nordic boards to send and receive data at the same time and at the same time send this data to the serial port. Each board is connected to a PC and will send any received...