Slow Ping Response from MOD5270 with MOD5270factirydemo
Posted: Wed May 04, 2016 2:36 pm
Hi I am new to netburner. I am working on a project that I need very fast serial to serial connection. I need to send about 8 byte of message stream coming to one serial RX every 15 msec to another serial TX less than 1 msec. and occasionally I need to add some other longer messages.
Before working on a code for serial to serial, I just want to see the response time of the board.
So I did the followings.
Connected my laptop directly to MOD5270 dev kit via ethernet cable.
Manually changed mod5270 IP to 10.1.1.1 using MTTY using nb> CLI
And assigned 10.1.1.3 to laptop
I loaded MOD5270factirydemo image using NBeclipse and confirmed image is working.
And then, I did continuously ping from my laptop to MD5270
Somehow, ping response time slow down periodically
My application has nothing to do with Ethernet as it involves serial.
but I am a little concerned with slow response time of ping.
Reply from 10.1.1.1: bytes=32 time=370ms TTL=60
Reply from 10.1.1.1: bytes=32 time=570ms TTL=60
Reply from 10.1.1.1: bytes=32 time=9ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=159ms TTL=60
Reply from 10.1.1.1: bytes=32 time=290ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=100ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=349ms TTL=60
Reply from 10.1.1.1: bytes=32 time=539ms TTL=60
Reply from 10.1.1.1: bytes=32 time=130ms TTL=60
Reply from 10.1.1.1: bytes=32 time=330ms TTL=60
Reply from 10.1.1.1: bytes=32 time=529ms TTL=60
Reply from 10.1.1.1: bytes=32 time=120ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=520ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=320ms TTL=60
Reply from 10.1.1.1: bytes=32 time=520ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=320ms TTL=60
Reply from 10.1.1.1: bytes=32 time=530ms TTL=60
Reply from 10.1.1.1: bytes=32 time=10ms TTL=60
Reply from 10.1.1.1: bytes=32 time=9ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=6ms TTL=60
I would like to know if MOD5270 is right board for my application.
( as repeated, I am working on a project that I need very fast serial to serial connection. I need to send about 8 byte of message stream coming to one serial RX every 15 msec to another serial TX less than 1 msec. and occasionally I need to add some other longer messages. )
Before working on a code for serial to serial, I just want to see the response time of the board.
So I did the followings.
Connected my laptop directly to MOD5270 dev kit via ethernet cable.
Manually changed mod5270 IP to 10.1.1.1 using MTTY using nb> CLI
And assigned 10.1.1.3 to laptop
I loaded MOD5270factirydemo image using NBeclipse and confirmed image is working.
And then, I did continuously ping from my laptop to MD5270
Somehow, ping response time slow down periodically
My application has nothing to do with Ethernet as it involves serial.
but I am a little concerned with slow response time of ping.
Reply from 10.1.1.1: bytes=32 time=370ms TTL=60
Reply from 10.1.1.1: bytes=32 time=570ms TTL=60
Reply from 10.1.1.1: bytes=32 time=9ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=159ms TTL=60
Reply from 10.1.1.1: bytes=32 time=290ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=100ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=349ms TTL=60
Reply from 10.1.1.1: bytes=32 time=539ms TTL=60
Reply from 10.1.1.1: bytes=32 time=130ms TTL=60
Reply from 10.1.1.1: bytes=32 time=330ms TTL=60
Reply from 10.1.1.1: bytes=32 time=529ms TTL=60
Reply from 10.1.1.1: bytes=32 time=120ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=520ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=320ms TTL=60
Reply from 10.1.1.1: bytes=32 time=520ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=320ms TTL=60
Reply from 10.1.1.1: bytes=32 time=530ms TTL=60
Reply from 10.1.1.1: bytes=32 time=10ms TTL=60
Reply from 10.1.1.1: bytes=32 time=9ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time<1ms TTL=60
Reply from 10.1.1.1: bytes=32 time=6ms TTL=60
I would like to know if MOD5270 is right board for my application.
( as repeated, I am working on a project that I need very fast serial to serial connection. I need to send about 8 byte of message stream coming to one serial RX every 15 msec to another serial TX less than 1 msec. and occasionally I need to add some other longer messages. )