net2serial

Network client to forward data to RS232 serial ports

https://github.com/humbertolvarona/net2serial

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Network client to forward data to RS232 serial ports

Basic Info
  • Host: GitHub
  • Owner: humbertolvarona
  • License: mit
  • Default Branch: main
  • Size: 871 KB
Statistics
  • Stars: 5
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 3 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License Citation Authors

README.md

Network client to forward data to RS232 serial ports (Net2Serial)

Version 2.0

DOI

DOI

Description

Net2Serial es utilizado para reenviar todos los datos de textos para varios puertos seriales que son recibidos desde un servidor con un puerto TCP especifico.

Created for coastal and oceanic navigation, being able to use the GPS data forwarded through a LAN network in several software simultaneously, it can also be used with other RS232 input devices (radars, echo-bathymeter, CTD, etc.) and with development boards (Arduino, ESP8266 and other devices that send information through RS232 ports).

This application is used in conjunction with applications that create virtual RS232 ports such as:

  • Virtual Serial Port Driver
  • com0com
  • Free Virtual Serial Ports
  • Virtual Serial Port Emulator
  • Virtual Serial Port Kit

How to install

Download it and copy it into a directory

How to run

Just run it on windows and configure as a network client with the IP address of the server and the TCP port

Operation mode

Run One4All on the computer where the devices with the sensors are, configure One4All as a network server with the local IP address and a specific TCP port. Install Net2Serial on the computers you want to run the device operation software and configure it as a network client with the IP address of the server and the same TCP port.

Run the "Virtual Serial Port Driver" on each network client and configure it with the number of serial port pairs needed, finally configure in Net2Serial each one of the serial ports that will be used as input and activate forwarding through from the LAN.

Owner

  • Name: Humberto L. Varona
  • Login: humbertolvarona
  • Kind: user
  • Location: Brazil

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: >-
  Network client to forward data to RS232 serial ports (Net2Serial)
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - family-names: Varona
    given-names: Humberto L.
    email: humberto.varona@gmail.com
    affiliation: >-
      Department of Oceanography. Federal University
      of Pernambuco. Recife-PE. Brazil
    orcid: 'https://orcid.org/0000-0001-7405-4827'
repository-code: 'https://doi.org/10.5281/zenodo.7374331'
abstract: >-
  Net2Serial es utilizado para reenviar todos los datos de textos para varios puertos seriales que son recibidos desde un servidor con un puerto TCP especifico. Created for coastal and oceanic navigation, being able to use the GPS data forwarded through a LAN network in several software simultaneously, it can also be used with other RS232 input devices (radars, echo-bathymeter, CTD, etc.) and with development boards (Arduino, ESP8266 and other devices that send information through RS232 ports).
keywords:
  - Serial ports
  - Lan forwarding
  - CTD
  - Echo-bathymeter
  - Arduino
  - ESP8266
license: MIT
version: '1.0'
date-released: '2021-12-20'

GitHub Events

Total
Last Year