• show packet
    hello dear all, i am working on a project that when i send a hex packet i can show that in my pc by uart. but i cant see the packet it just show zero. i write my code here: #include <LPC17xx.h> #include...
  • Usb failed packets
    Hello, What could be causing failed packets Connection Status Device connected Current Configuration 1 Speed Full Device Address 1 Number Of Open Pipes 0 Device Descriptor NXP LPC17xx Speaker...
  • RL TCPNet for large packets
    Hello, I'm using RL-TCPnet with RTX in order to develop an Modbus TCP application. Everything works fine until the application tries to send some packet greater than 1460 bytes of data. I'm using...
  • 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...
  • WinUSB IN packet does not transfer
    I'm developing a WinUSB device using a SAM9G15 processor. I've been able to enumerate the device, but when I try initiate a transfer the TX complete flag never goes high. My IN endpoint (Endpoint 1)...