Arduino Serial to Ethernet gateway

Arduino Serial (RS232) to Ethernet gateway, dynamically configurable. Makes your RS232 devices network-compatible.
ORIGINAL POST
By Stepan Snigirev
components
Hardware Components
Arduino board
X 1
Arduino ethernet shield
X 1
Serial shield
X 1
details

arduinos2e.png

Makes your RS232 devices network-compatible. A simple sketch with several additional features.

Checked to work with different scientific equipment like XGS600 gauges controller, Agilent turbo pump, Pfeifer vacuum gauge, Thermotek-ag chiller, TDK-Lambda power supply and many others.

Features

  • Configure dynamically via telnet on port 24
  • Save and load serial port configuration from energy independent memory (EEEPROM)
  • Autodetect the device via UDP broadcast messages
  • Talk to the serial device via simple TCP/IP (for example with telnet)
  • Connect to the serial device from multiple computers (up to 10)
  • Several useful python scripts included

 

Original Link: https://github.com/stepansnigirev/ArduinoSerialToEthernet

arduinos2e.png

Makes your RS232 devices network-compatible. A simple sketch with several additional features.

Checked to work with different scientific equipment like XGS600 gauges controller, Agilent turbo pump, Pfeifer vacuum gauge, Thermotek-ag chiller, TDK-Lambda power supply and many others.

Features

  • Configure dynamically via telnet on port 24
  • Save and load serial port configuration from energy independent memory (EEEPROM)
  • Autodetect the device via UDP broadcast messages
  • Talk to the serial device via simple TCP/IP (for example with telnet)
  • Connect to the serial device from multiple computers (up to 10)
  • Several useful python scripts included

 

Original Link: https://github.com/stepansnigirev/ArduinoSerialToEthernet

COMMENTS

Please Login to comment
  Subscribe  
Notify of