• 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? /*-------------------...
  • 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...
  • TCP packet filled with 'U'
    Hi, I'm trying the RL-ARM TCP/IP stack on a ARM7 LPC2478-STK board from Olimex. int main() { U8 rem_ip[4] = {192,168,1,81}; U8 tcp_soc; uart0_init(); timer_init(); init_TcpNet(); tcp_soc...