Showing 15 open source projects for "pyserial"

View related business solutions
  • 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
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1

    gr-message_to_serial

    GNURADIO OOT block

    Block that receives a " message" and send string values over serial connection, to control hardware devices ( switch ), for example, via Arduino based controller ( see https://sourceforge.net/projects/ardu-switch/ ) Prerequisite: pyserial Build as usual for a Gnuradio block: - download and unpack - cd gr-message_to serial - mkdir build && cd build - cmake .. && make - sudo make install && ldconfig If successful this block is into OOT section... Enjoy ;-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    pyModSlave

    Modbus TCP/RTU Slave Software.

    ...You can install the python module or use the precompiled (for Windows only) stand alone GUI (Qt based) utility (unzip and run). pyModSlave also includes a bus monitor for examining all traffic on the bus. You can also download it from pypi <https://pypi.org/project/pyModSlave/>. pyModSlave is based on modbus-tk <http://code.google.com/p/modbus-tk/>, pySerial <https://github.com/pyserial/pyserial> and pyQt5 <http://www.riverbankcomputing.co.uk>. Check out my modbus master project <http://sourceforge.net/projects/qmodmaster/>. Checkout the following youtube videos : Modbus RTU <https://youtu.be/1get1ELKz_A> Modbus TCP <https://youtu.be/nX_kTQwK2f4> Session <https://youtu.be/y_9Di7E3y8w> Log <https://youtu.be/Xcb6sj1uzyY>
    Leader badge
    Downloads: 53 This Week
    Last Update:
    See Project
  • 3

    relay_control

    easy control for the masla relay devices

    ...It provides a schematic or overview to easy switch relays on or off. The USB interface of the devices makes a connection easy. Written in python and use of pygtk and pyserial it can be used flexible on several platforms. And it's just a example to control the relay-devices to help you write your own program.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    Treadmill_Controller

    Arduino control of MCS2100-LTS-50W treadmill controller

    Use an Arduino Mega 2560 board to interface between an MCS2100-LTS-50W treadmill control board and a PC using the USB-serial link. Python with a TKinter GUI is used for main control using multiprocessing. A simplified serial driver is used instead of pySerial.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5

    WxBinTerminal

    Serial Com Terminal for Hexadecimal, decimal, or ascii formats

    ...you can use it for anythink else. you can add/change some presetted commands modifying wxBinTermCommands.py dictionnary written in python 2.7.9 : https://www.python.org/ need pyserial : http://sourceforge.net/projects/pyserial/ need wxpython : http://www.wxpython.org/ Gui build with wxFormBuilder (but not need to execute) : http://sourceforge.net/projects/wxformbuilder/ tested on Linux, WinXP, Win7 copyright 2015 Jean Ingrasciotta ginoingras@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Multiplatform Serial Port Module for Python (Win32, Jython, Linux, BSD and more)
    Downloads: 32 This Week
    Last Update:
    See Project
  • 7
    ...MinimalModbus is an easy-to-use Python module for talking to instruments (slaves) from a computer (master) using the Modbus protocol, and is intended to be running on the master. Example code includes drivers for Eurotherm and Omega process controllers. The only dependence is the pySerial module (also pure Python). This software supports the ‘Modbus RTU’ and ‘Modbus ASCII’ serial communication versions of the protocol, and is intended for use on Linux, OS X and Windows platforms. It is open source, and has the Apache License, Version 2.0.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    bitTerm

    Serial terminal with raw binary and ascii support

    Simple terminal program based on pySerial for raw binary / ascii communication with microcontrollers and such. Features local echo and automatic modulo-256 checksum and CR/LF postfix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Cross-platform Serial to TCP forwarding with multiple connection and logging support. Requires python (python.org) and pySerial (pyserial.sourceforge.net)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Use of USB to Serial and USB to Parallel BUS CONVERTERS available from ElectronicBRICKS at http://electronicbricks.blogspot.com/search/label/usb-Brick.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ..."pyobd2") is a Python library for communicating with OBD-II vehicles. Its goal is to make writing programs for vehicle diagnostics and monitoring vehicle data as easy as possible. Relies on pySerial to communicate with ELM scanners.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 12
    Pure Python I2C protocol interface over pySerial, pyParallel, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A Python/PyGTK based terminal emulation program like Procomm for configuring serial devices like routers, switches, phone systems, etc. Serial back-end through PySerial, Expect-like scripting through pExpect. What else? I could really use your help!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    PyGPD3303S

    Python interface for DC power supply GPD-3303S

    PyGPD3303S provides a basic class and methods which interface with DC power supply GPD-3303S manufactured by Good Will Instruments. It depends on PySerial.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Blender HW Project

    Create a hardware front end for Blender UI and gaming engine.

    This project aims to develope the Python code necessary to enable external PC hardware to connect to the Blender UI and Gaming engine. This project currently requires schematic design, hardware design, python programming of Serial Ports through pyserial, knowledge of the Blender API, and knowledge of the FTDI Chip. This project will not seek funding until a proof of concept is documented with code and hardware designs available through this project. This project will be soon seeking an Arduino programmer with his/her own Arduino and should have knowledge of Python 3.4.2+. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next