Skip to content

tibbotech/CA-Simple-DS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Simple Device Server

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published