Showing 18 open source projects for "rxtx"

View related business solutions
  • 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. Switch between models without switching platforms.
    Start Free
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1
    McuOnEclipse

    McuOnEclipse

    Releases of McuOnEclipse projects

    Processor Expert components and Eclipse examples and plugins.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    xRxTx - Uart/Com

    xRxTx - Uart/Com

    Rxtx/Uart GUI

    RxtxConsole is an API and GUI software, developed by Doidx with JSerialCom as the kernel. It can be used for multi- UART/RS232 interface operation. The platform supports Windows/MAC/Linux. Note: Developed with Java17 Follow these steps step by step to apply RxtxConsole, 1. LIST, to obtain all Serial ports currently available on the system. 2. CONNECT, Select a Serial port for connection and place it in the connection pool for use ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    OoeyGUI MESS Launcher

    OoeyGUI MESS Launcher

    GUI Launcher to launch MAME Emulated TI-99 16bit Computer Systems

    ...Configure your system directories in the 'Configuration' tab and 'Save OOEYGUI Configuration'. To use the TIIMAGETOOL 'Serial Bridge' configuration you must have JAVA installed. For Windows 64bit systems please refer to the manual for getting the RXTX interface for java re-enabled.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    ModbusPal - a Java MODBUS simulator
    ModbusPal is a project to develop a PC-based Modbus simulator. Its goal is to reproduce a realistic environment, with many slaves and animated register values. Almost everything in ModbusPal can be customized and controlled by scripts.
    Leader badge
    Downloads: 126 This Week
    Last Update:
    See Project
  • 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
  • 5
    JLibModbus - Java Modbus Library

    JLibModbus - Java Modbus Library

    A modbus library implemented in Java.

    JLibModbus is an implementation of the Modbus protocol v1.1b in java language. The library supports the most popular communication libraries (jssc, rxtx, jSerialComm, purejavacomm, java comm api); Maven dependency: <dependency> <groupId>com.intelligt.modbus</groupId> <artifactId>jlibmodbus</artifactId> <version>1.2.9.7</version> </dependency> Implemented MODBUS functions: 0x01 Read Coils 0x02 Read Discrete Inputs 0x03 Read Holding Registers 0x04 Read Input Registers 0x05 Write Single Coil 0x06 Write Single Register 0x07 Read Exception Status 0x08 Diagnostics 0x0B Get Comm Event Counter 0x0C Get Comm Event Log 0x0F Write Multiple Coils 0x10 Write Multiple Registers 0x11 Report Slave Id 0x14 Read File Record 0x15 Write File Record 0x16 Mask Write Register 0x17 Read Write Multiple Registers 0x18 Read Fifo Queue 0x2B Encapsulated Interface Transport (Read Device Identification interface)
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6

    Java-Arduino Communication Library

    Serial Communication between Java and Arduino made simple.

    Serial Communication between Arduino and Java has never been simpler. A better alternative to the RXTX library, the JavaArduinoLibrary is an easy to use library with simple methods that allow you, the JAVA programmer, to read and write from the serial port. Seamless serial communication with the port of your choice. Consists of a class that extends the JComboBox to provide a list of all available ports for selection. Overloaded functions for serialWrite() and serialRead() allow multiple methods of communication. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    IMSI Catcher Catcher

    Source code for our IMSI Catcher Catcher project

    ...You will need add your own Google Maps API key into the Manifest file for compiling. stationary ICC: This program is designed to run on an ARM/RaspberryPi with a GT864. Please install the RXTX-library for serial communication support.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8

    RxTxSer2net

    Java RxTx version for use with serial port TCP servers

    Java RxTx version for use with serial port TCP servers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Allows you to monitor the operation of a machine with communication with your PC via Serial, USB and the network. Monitora written in Java needs: JFreeChart, XStream, USBDevice, winjcomport(windows), RXTX(linux).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    ipmems

    ipmems

    Real-time data acquisition and visualization software

    Cross-platform data acquisition and visualization software with an embedded HTTP-server, binary protocol parsing library, protocol emulation server, remote secure administration server, embedded Groovy scripting facilities and HMI (SCADA) visualization module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    TuxMoT

    Modem Terminal for Linux Operating System.

    ...TuxMoT is also an API, if used this way, java developers can send AT commands to a modem within their application and trap the modem response by implementing the interface ModemPortDataReceivedListener. TuxMoT is written in Java SE 7, using GNU's RXTX library and some minor refence from Apaches Commons-cli and log4j APIs. Currently, TuxMoT supports only the Console Interface though future versions will include a Curses interface and a GKT+ interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    RedComm

    RedComm is a Java library simplifying communication with a serial port

    ...Besides that the experienced user has the ability to change the reading and writing behaviour of the library. This means the user can easily extend and customize the RedComm library. Internally RedComm uses part of the RxTx Library (http://rxtx.qbang.org/wiki/index.php/Main_Page) for port communication. Thus RedComm helps the unexperienced user using RxTx. RxTx is licensed under the LGPL 2.1 (http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html). RedComm also provides facilities for event based serial communication with the help of threading in order to non-block ie. the gui thread of the corresponding application. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    wsnware
    WSNWARE is an open source Java/OSGi middleware, designed for monitoring, controlling and standardizing Wireless Sensor Network. WSNWARE is a normalized message oriented middleware running on (and developed for) any OSGi containers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Serial port acess UI using java and RXTX
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An (experimental) java program to read and manage(juggling) GPS tracks (uses the RXTX-Library http://www.rxtx.org/). Already supported GPS-Logger Devices: Bräuniger Competino, Bräuniger Compeo, Flytec 5020 and Flytec 5030
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Bluetooth Remote control for k750i & alike (w800,z520,w600,w900,w550,Sony Ericsson).Extendable & configurable,written in Java.Uses XML confs,depends on JRE,RXTX,binded rfcomm device (bluez in Linux).Gnome,KDE scripts included,easy to write any other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    RxTx is a small application written in Python and wxPython which allows monitoring network traffic when using an Alcatel Speed Touch DSL modem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    jASCOMPure is Java implementation of ASCOM framework (and later drivers). Everything is in Java, so it is usable on most of operating systems (with used rxtx API ported).Applications can access drivers directly (java) or through embeded JSP pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB