Help for this page

Select Code to Download


  1. or download this
    sub frame2packet {
        my @frame = @_;
    
    ...
    
        return @frame;
    }
    
  2. or download this
          
    highbyte = 0x02;
    Serial.write(highbyte);
    ...
    }
    highbyte = 0x03;
    Serial.write(highbyte);