Recent content by TulsaDigital

  1. T

    [How-To] Control an Elk M1 via External Perl Scripting

    No prob. Just some detail on those commands. The first pipes the serial port via UDP packets to a raw socket on the linux computer. The second connects that raw socket to a TCP port. That's the key to getting the simultaneous connections to work. Also the b115200 sets the baud rate and...
  2. T

    [How-To] Control an Elk M1 via External Perl Scripting

    For those of you wanting a way to access your ElkM1 via the Serial port here's another option. If you have a linux computer connected (via serial cable) to the ElkM1 you can use the linux tool "socat" to redirect TCP packets to the Serial interface. Then you could use the Perl script here (I...
Back
Top