Task #3243
openTask #2941: Detailed Design
Task #2952: Embedded SW-Development
Task #3032: GW2.0 Codebase readiness(Release 1.0)
ConfigPacket (Split, Delay)
Description
This is a constraint observed with N720 module
TJ Updated by Thomas Joseph about 1 month ago
- Due date set to 06/02/2026
TJ Updated by Thomas Joseph about 1 month ago
- Subject changed from ConfigPacket (Spli, Delay) to ConfigPacket (Split, Delay)
TJ Updated by Thomas Joseph 30 days ago · Edited
E-REMOS sending config packet of size approx. 1676bytes. Device(N720) is receiving in two packets of size 1318 byte and 358 byte respectively with a delay inserted between them of 500ms. The arrival TCP packet is not indicated by an event as the host interface is through UART. AT TCPREAD (3072) This reception is called synchronous. 115200 = 10uS for 1 Byte
@DEVI PRIYAA : Please describe issue and resolution here or in a document
TJ Updated by Thomas Joseph 30 days ago
- Status changed from Analysis Started to In Progress
DP Updated by DEVI PRIYAA 26 days ago · Edited
- % Done changed from 0 to 80
As discussed with venu sir, the Sw release will contain the receiving the config packet in the synchronous mode.
If packet received timeout expires, it request again, no halt will happen because of that delay. This has been tested.
Further in the future release, need to make it in asynchronous mode