How exactly ACK mechanism works like?
General Discussion
3
Posts
2
Posters
1.0k
Views
3
Watching
-
How exactly ACK mechanism works like?
- I'm using Serial GW, should I implement ACK confirmation in my controler or Serial GW handle this?
- If I'm sending message from NODE1 to NODE2 through Serial GW (NODE1->SerGW->NODE2) should ACK be sent from GW to NODE1 too or NODE2 should be responsible for sending ACK to NODE1 when received?
Generally ACK is handled in low level implementation or should I carry about it in my code?
Thanks in advace.
Regards