• 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? /*-------------------...
  • TCPNET: TCP packet size limits total POST data?
    Hello, I am using the RL-ARM/TCPNET web server to process form data (sent via the POST method) and also for file upload. File upload works absolutely fine. I can upload a 20K or 30K text file...
  • RL TcpNet Web Server: Post request in two TCP packets
    Hello, I'm using the Keil RL TcpNet Web Server. When the client, NetFront browser, send a POST request, it divided the message into TCP 2 packets: 1st has all headers and 2nd has the content body...
  • 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...