Hi,
The title says it all, but let me be more precise.
I have two ZigBee Dongles: CC2531EMK Daughter Card And a Sonoff Dongle CC2562P With a CP201X Silicon Labs Bridge.
I've wrote in Java some code to create a network. When it comes to the SYS_RESET I face a problem.
In the case of the CC2531EMK after the soft reset the dongle reconnects to my serial port interface driver and I end-up completing the create network.
Meanwhile with the Sonoff dongle after the SYS_RESET disconnects and returns 1 single byte: 0x00 and I cannot talk with it anymore. Since the reset fails the 'createnetwork' fails as well.
When I insert the Sonoff dongle the first time and run the SerialPort Driver I receive a SYS_RESET Packet and I can restore the network and whatever, but if i run a SYS_RESET it get stuck.
Any Idea on how I can workaround this problem?
I've made multiple attempt, but nothing.
BR,
L.V.