* These are Tibbo BASIC/C-programmable devices and their function depends on the loaded app.
We offer many ready-to-use apps, among them a serial-over-IP (SoI) app and Modbus Gateway app.
Simple Device Server

Simple Device Server

Release Date:20 April 2007
Project files:
Open GitHub repository
Platforms:
Library:
Try it on:EM1000-TEV

About the Application

This project implements the simplest "serial device server" possible. There is a single TCP connection. Once this connection is established, whatever is received through TCP is sent out via the serial port and vice versa.

The project comes in four different variations - each progressively more sophisticated.

  • Without active opens, without buffer redirection
  • Without active opens, with buffer redirection
  • With active opens, without buffer redirection
  • With active opens, with buffer redirection
Simple Device Server