The $ and # are start and stop characters. These types of bytes are used to make it easy to parse out
the data. For example, you could have an Electric Imp listen for a $ and record the data until you see
a #. Once you have the string then split on the commas (also known as comma delimited), and start
recording the next string.