• 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...
  • 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...
  • Audio Definitions, Packet size, Packet count
    How do I change the sample rate for the code, how do I set the packet size and packet count and buffer size for different sample rates? such as 44.1khz or 48khz or 22khz? /*-------------------...
  • 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...
  • 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...