Changes between Version 12 and Version 13 of S6350serialcom


Ignore:
Timestamp:
10/27/08 11:45:53 (17 years ago)
Author:
pinwc4
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S6350serialcom

    v12 v13  
    1717 
    1818The breakdown of the command is as follows:  
     19{{{ 
    1920Byte 1 is the Start of Frame, always 01 
    2021Byte 2 and 3 is the length of the command including the 2 byte check sum that is added to the end, Least Significant Byte first 
     
    2728Byte 11 is the optional mask that is not set 
    2829Bytes 12 and 13 are the checksum 
    29  
     30}}} 
    3031The resulting command could look like this: 
    3132chrB(&h01) + chrB(&h0D) + chrB(&h00) + chrB(&h00) + chrB(&h00) + chrB(&h00) + chrB(&h60) + chrB(&h11) + chrB(&h07) + chrB(&h01) + chrB(&h00) + chrB(&h7B) + chrB(&h84) 
     
    5051The resulting command could look like this: 
    5152ChrB(&h01) + ChrB(&h0D) + ChrB(&h00) + ChrB(&h00) + ChrB(&h00) + ChrB(&h00) + ChrB(&h60) + ChrB(&h11) + ChrB(&h27) + ChrB(&h01) + ChrB(&h00) + ChrB(&h5B) + ChrB(&hA4) 
     53 
    5254 
    5355