Hello again!
I’m using AT commands for transmitting some data from one mDot and receiving at other in serial mode.
When I transmit one data packet each second, I receive two packets all together after exactly two seconds,
When I transmit one data packet every two seconds or with more delay in between, reception is alright.
Doing reception of data with interrupt, don’t think there is any issue with receive side.
Where I can find limitations/constraints to be considered while transmitting data?
mDot buffer size is 512 bytes, if data is written to this buffer, will it start transmitting packet instantly ? or will take some time before transmission starts?
Update: I’ve just tied receiver mDot directly to uart-usb converter, and found it actually receives two packets together.
-
This topic was modified 7 years, 10 months ago by FARRUKH.