Showing 38 open source projects for "serial tcp terminal"

View related business solutions
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    TcpTerminal

    TcpTerminal

    TCP Terminal is a tool for testing and debugging TCP communication.

    TCP Terminal is a tool for testing and debugging TCP communication. - Works both as a server and as a client. - Accepts input and prints output in HEX and ASCII format. - Separate display of sent and received data.
    Downloads: 59 This Week
    Last Update:
    See Project
  • 2
    YAT

    YAT

    Yet Another Terminal :: Serial Communication :: Engineer/Test/Debug

    Engineering, testing and debugging of serial communication. Supports RS-232/422/423/485 as well as TCP/IP Client/Server/AutoSocket, UDP/IP Client/Server/PairSocket and USB Ser/HID. Optimized for simple command sets of e.g. embedded systems.
    Leader badge
    Downloads: 603 This Week
    Last Update:
    See Project
  • 3

    myFP2ESP8266 Focus Controller

    This is a port of the myFP2ESP32 Wifi Focus Controller to the ESP8266

    A ESP8266 WiFi focuser. DRV8825, ULN2003, L298N, L293DMINI , L9110S, Support for Webserver, ALPACA, and TCP/IP. (c) Robert Brown 2014-2025, Holger M, 2019-2021. All rights reserved. Code or portions of code may not be copied or used without appropriate credit given to author(s).
    Downloads: 22 This Week
    Last Update:
    See Project
  • 4
    CoreBus

    CoreBus

    Cross-platform Modbus (TCP / RTU / ASCII) GUI terminal

    CoreBus is a cross-platform terminal for working with serial ports and TCP sockets with support for Modbus TCP/RTU/ASCII protocols. Description of some features: "No Protocol": * Working with data in string or byte format. * Support for different encodings. * There are three sending modes: single, cyclic, and file sending. "Modbus": * Support for various Modbus protocol variations: TCP, RTU, ASCII and RTU/ASCII over TCP...
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 99.99% Uptime for Your Most Critical Databases Icon
    99.99% Uptime for Your Most Critical Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 5
    WINtp

    WINtp

    Synchronize NTP time more quickly on Windows.

    It can quickly synchronize your system time and supports both UDP and TCP protocols. English: https://sourceforge.net/p/wintp/code/ci/master/tree/README_en.md 中文: https://sourceforge.net/p/wintp/code/ci/master/tree/README.md Github: https://github.com/lalakii/WINtp
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6

    SnapModbus

    32/64 bit multi-platform Modbus communication library

    SnapModbus is an Open-Source multi-platform suite (library and tools) to manage Modbus communication in strict adherence to the modbus.org specifications, both master and slave side. It supports all the functions described in the documents: * MODBUS APPLICATION PROTOCOL SPECIFICATION V1.1b3 * MODBUS MESSAGING ON TCP/IP IMPLEMENTATION GUIDE V1.0b * MODBUS over Serial Line - Specification and Implementation Guide V1.02 through the standard transport protocols and the most widespread unofficial protocols (UDP, RTU Over TCP, RTU Over UDP) It’s released under lglp v3, so it’s free also for commercial use.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    myESP32S3-N16R8 Focus Controller

    myESP32S3-N16R8 Focus Controller

    ESP32S3_DEVKITC_1 N16R8 Wifi focuser

    An ESP32-S3 WiFi focuser. (c) Robert Brown 2014-2026, Holger M, 2019-2021. All rights reserved. Code or portions of code may not be copied or used without appropriate credit given to authors. Only download the specific Board that you will build. If you try to download all of them, this is not helpful and can impact negatively on the Project build, because the wide range of options can easily cause confusion and hinder project progress. Spreadsheet to calculate what stepper motor to...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 8
    Serial Data Logger

    Serial Data Logger

    A configurable serial data terminal and recorder

    Current stable release: version 1.3 (2022-11-10) More info in wiki.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    SerialToIP is a simple Terminal Server software providing transparent pipe either in TCP server or TCP client socket mode from TCP/IP to a pre-configured serial port. Implemented in C# for .NET 2.0 so the command line version could work in Mono-runtime as well.
    Leader badge
    Downloads: 32 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI Studio. Switch between models without switching platforms.
    Start Free
  • 10
    Flexi Serial Terminal

    Flexi Serial Terminal

    Configurable RS232 Serial Communication Terminal

    Serial terminal for test, measurement and debugging of RS232 serial communication devices. This utility presumes the following settings for RS232 communication: - Eight data bits and one stop bit. - No parity bits and hardware control.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Free Serial Terminal

    Free Serial Terminal

    Communicate with devices at serial ports.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    nkh-xtracer

    nkh-xtracer

    Terminal program for logging, filtering and analyzing traces on fly.

    Tool is used for development and maintenance SW that has a trace mechanism (e.g. serial port or standard IO console). xTracer supports macros and extensions through custom plugins to work with specific protocols, such as CAN and other.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Uart32

    Uart32

    Win32 API wrappers for accessing COM Uart in blocking mode

    Uart32 is a C++ wrapper around the win32 Serial Port API that allows blocking-mode access to the COM port. This library works great for accessing a UART serial port from a background worker thread. It features: a simple c++ class. (temporarily removed for maintainance. Use DLL API Instead) built in per access timeout on data receive. a C-API wrapper that is exportable to C# DLL import class
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    csmake

    csmake

    Cloud Service Make.

    To make the native application to support cloud service, csmake will genarate a client stub and the service application, it's similar with the webservice, COBAR, omniORB, SOAP, gsoap etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    zcahttpproxy

    TV proxy with cas descrambler.

    Multicast UDP to HTTP proxy with Interzet CAS Descrambler. 10.10.2019 New epg map file: http://github.com/ViPetroFF/zcahttpproxy/blob/master/TVGMapNames.ini EPG resource: http://www.teleguide.info/ To update epg map run: "setupM3U.cmd". Obsolete support page: http://code.google.com/p/zcahttpproxy/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Beamer Console for Sanyo PLC-XU7x

    Console tool to send commands to projectors via serial port

    bcon sends commands for remote-control via the serial port of your computer. It is a command-line based tool - so you can bind it to macros and other applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    MRelay

    Host to Host Network Acceleration and Encryption

    MRelay splits and distributes the traffic of a single TCP connection to several connections and merges the data at the other end. Using this approach, it is possible to achieve high throughput between two points on the network regardless of the delay between two points. MRelay can optionally encrypt the data and exchange some http headers before the relay process to make the traffic look like a regular http file download. This can be used to overcome the highly restrictive firewalls that are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    eSocket

    Utilidad para crear y probar conexiones TCP y UDP.

    ESocket es una util terminal UDP/IP, Servidor TCP/IP y Cliente TCP/IP especializada en el transporte de información por sockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Downloading windows embedded CE binary image (*.bin) to an embedded device without platform builder. View the content of your Windows CE 6/7image
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    C# Serial Communication Terminal

    Serial Communication Terminal PC application in C#

    This project is created in Visual Studio 2010 using .Net 4.0 framework. .Net framework 4.0 or latest is needed to work this program. Download .Net 4.0: http://www.microsoft.com/en-in/download/details.aspx?id=17718 Project links: http://www.facebook.com/EmbeddedProjects http://microcontrollerprojects00.blogspot.com http://microcontrollerprojects00.blogspot.in
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    TopThreads

    list top windows (oracle) threads

    list top windows threads. for example useful when using oracle on windows, where oracle is one big process with many threads (and windows task manager doesn't show threads of a process...). if an odbc connection string is passed then also some useful information about the corresponding oracle process/session is displayed (oracle user, sid, serial#, ...) example: TopThreads.exe -t -l=40 --connect=DSN=ORCL;UID=system;PWD=manager; -p oracle --sort=2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Project habSock3t
    C# Habbo Hotel server made from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A new and improved serial terminal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Simbus
    A C# written application that simulates MODBUS devices in their serial ASCII, serial RTU and TCP communication modes. It uses NModbus libraries for message passing; mono framework and Gtk# bindings for the multi-platform GUI.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    Windows MUD code that I just want to share. Works on Win7, Vista, and XP. Not complete only a meager beginning. Login with name/password, dynamic help system, some vt102 color, multithreaded socket host using tcp/ip, and some communication channels
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB