Writing:
^82 3F - P=63
^84 00 - I=0
^86 00 - D=0
My motor runs as expected
Writing to the flash:
^11 3F - P=63
^0F 00 - I=0
^10 00 - D=0
^FF - Update registers with Flash values
Read:
^82
result:
02
Read:
^83
result:
02
Read:
^84
result:
00
Read:
^85
result:
00
Read:
^86
result:
01
Read:
^87
result:
01
Information does not seem to be copying to the correct register locations.