Created on November 5, 2006, 9:14 AM
Handles communications when sending data to a remote host.
Extends AbCommsDG, sends the data packet in a loop until the loop is terminated.
The communication loop is terminated either by the object using SendComms, such as when an ack is received, or if no ack is required.
Sets the string array that stores the message string.
The message string is split based on line breaks and stored in an array
The array is then looped through during printing to print each line on a sperate line.