#!/bin/bash
# Script (C) Tim Howe G0ETP 2023

# Serial port is that of the G0ETP Keyer connected to the operator PC
# Host:port = The remote PC public IP address : the port you are using for CW keying data

#socat /dev/ttyACM0,b115200,raw,echo=0 TCP:localhost:1238
socat /dev/ttyUSB0,b115200,raw,echo=0 TCP:<IP or name of remote PC>:33002

