diff --git a/lib/LedSign/M500.pm b/lib/LedSign/M500.pm index a12f725..85b88c4 100644 --- a/lib/LedSign/M500.pm +++ b/lib/LedSign/M500.pm @@ -599,7 +599,7 @@ sub encode { $msg .= $pause; } $msgdata .= "\r\r\r"; - $msg .= $msgdata; + $msg = $header . $msg . $msgdata; # End of Text - ETX # Supposed to be a checksum - sign seems to ignore it though. # EOT - End of Transmission