Hello,
I am developing a TCP/IP streaming application on a LPC4088 (ARM
Cortex M4F) quickstart board platform under Keil RTX5 using the MDK
Middelware Network component 7.9.0.
I am sending data from the device's TCP Client Socket to a
listening TCP Server socket on a C# application.
The data rate is 1 packet every 0.005 second with a packet data
length equal to 967 bytes.
The streaming is running smoothly but I sometimes observe large
delays between subsequent packets
↧