Revision as of 02:15, 19 February 2013 by Vincent (talk | contribs) (Created page with "For ''save setup'', ('L' command), there are two bytes read <code>if((address < 11 && address != 2) || address > 47)</code> (decimal values), else, only one. See code of proce...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

For save setup, ('L' command), there are two bytes read if((address < 11 && address != 2) || address > 47) (decimal values), else, only one. See code of procedure TSetupTelescope.Button_EcrireClick in Setup.pas (from the DLL code) or better, the defines at the beginning of the C code of the microcontroller. Speeds, power, precisions and corrections are set using these commands.