• Tryign to send ethernet packet
    Hello everyone, I am trying to send an ethernet packet (an ARP-like packet precisely). I am building the packet, with the ethernet header, and I cannot manage to send it. I tried two different functions...
  • MCB1700 UDP Packet Sending
    Hey all, Working with the MCB1700, with the LPC1768 processor and Keil IDE. I'm attempting to figure out how to send udp packets with the device and currently the board only came with an example...
  • multicast filter for ethernet MAC packets
    Hi, Iam using NXP based LPC2468 microcontroller. Iam using Keil RTX. Iam trying to set up different filters using multicast MAC addresses. The communication architecture requires that the microcontroller...
  • USB HID multiple packet problem
    Trying to send an InReport > 64 bytes. Read all threads(thanks Tsuneo) but still not working. That is too say, I'm using SimpleHIDWrite as my tester, 64-byte packets work fine. If I run this code, sending...
  • VLAN bytes not getting transmitted in ethernet packet LPC2468
    Hi I use RLARM and MDK for ARM for LPC2468. I prepare an ethernet frame of type OS_FRAME and send it using "send_frame" in the LPC24_EMAC driver. Everything is fine but the VLAN part. The same...