Home > serial2socket-proxy

serial2socket-proxy

Serial2socket-proxy is a project mainly written in ..., it's free.

serial2socket-proxy creates a virtual connection between the serial port and a network socket port with a simple graphical interface.. This software is a cross-platform application developed in Processing.

serial2socket-proxy

Description

serial2socket-proxy is a cross-platform software application developed in Processing for creating a virtual connection between the serial port and a network socket port.

For example, you can control an Arduino board connected to the serial port from any computer over internet. Also you can use this socket connection for communicate with your arduino board from Flash/Air application programmed in Actionscript, a PHP application or whatever language that can access to a socket. Here is [other existing serial to net solutions] (http://www.arduino.cc/playground/Interfacing/SerialNet)

Requeriments

If you want to execute as application, download binaries for your platform version:

  • [serial2socket-proxy v0.1 for Windows (binaries and source)] (https://github.com/downloads/kalanda/serial2socket-proxy/serial2socket-proxy.0.1.windows.zip)
  • [serial2socket-proxy v0.1 for Mac OSX (binaries and source)] (https://github.com/downloads/kalanda/serial2socket-proxy/serial2socket-proxy.0.1.macosx.zip)
  • [serial2socket-proxy v0.1 for Linux (binaries and source)] (https://github.com/downloads/kalanda/serial2socket-proxy/serial2socket-proxy.0.1.linux.zip)

If you also want to open and execute the source code in Processing, you need to download and install:

  • [Processing programming environment (tested on 1.2.1)] (http://processing.org/download/)
  • [ControlP5 - A GUI (graphical user interface) library for processing] (http://www.sojamo.de/libraries/controlP5/#installation)

License

serial2socket-proxy is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

serial2socket-proxy is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with serial2socket-proxy. If not, see http://www.gnu.org/licenses/.

Previous:pyccms