NAME
GSM::SMS::OTA::OTA
DESCRIPTION
This package contains 2 functions to decode and encode 8 bit data in an ASCII alphabet. It just writes out a byte as a 2 character string, containing the hexadecimal representation.
METHODS
$binary = OTAdecode_8bit( $text )
$text = OTAencode_8bit( $binary )
AUTHOR
Johan Van den Brande <johan@vandenbrande.com>