DimonSE / open9x

Automatically exported from code.google.com/p/open9x
0 stars 0 forks source link

DSM2 bind mode not working on some modules #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current code allows only  single DSM2 BIND packet to be sent to the module. If 
the module has not completely powered up and fully reset, it can (and does in 
my case) miss this packet.

This is not needed at all, in fact, since the module will by itself reject bind 
packets after a short time. But I suggest we leave the feature in, just to be 
sure -- only with a short time window, instead of allowing only one packet.

(I will commit this fix shortly, having logged this issue as a record.)

Original issue reported on code.google.com by gru...@gmail.com on 20 Aug 2012 at 5:05

GoogleCodeExporter commented 9 years ago
Committed fully tested fix. r1235

Original comment by gru...@gmail.com on 20 Aug 2012 at 5:07