// Package constvar will hold constants and vars for communication package constvar const ( StartOfText = 0x02 EndOfText = 0x03 ACK = 0x06 )