Hi,
I have a problem to connect my module to zero configuration GUI.
I have this deviece for couple of days, so I am new to this stuff and that kind of microcontrollers.
First when I opened box and plug it properly, everything worked fine. Then I tride to write some code in C.
I managed to communicate with the device via virtual COM. I send first frame like:
01 80 04 00 2A 81 00 00
Then the kit answered with all the information about system. Next I tried to send LOAD SYSTEM CONFIG frame like this:
0C 80 0A 00 A3 9B 00 00 01 00 01 00 00 00
The kit answered with 00 00 as success, but since then I am unable to communicate with this module.
I figured out that I must have changed SCI-B to SCI-A.
Can any body help?