Starts a connection to write UDP data to the remote connection
GSMUDP.beginPacket(hostName, port);
GSMUDP.beginPacket(hostIp, port);
hostName: the address of the remote host. It accepts a character string or an IPAddress hostIp: the IP address of the remote connection (4 bytes) port: the port of the remote connection (int)