Showing 61 open source projects for "parallel port"

View related business solutions
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 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
  • 1
    MsQuic

    MsQuic

    Cross-platform, C implementation of the IETF QUIC protocol

    ...Asynchronous IO. Receive side scaling (RSS) support. UDP send and receive coalescing support. All packets are encrypted and handshake is authenticated with TLS 1.3. Parallel streams of (reliable and unreliable) application data. Exchange application data in the first round trip (0-RTT). Improved congestion control and loss recovery. Survives a change in the clients IP address or port. Stateless load balancing.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    pj-net-tools

    pj-net-tools

    Pure Java Network Tools

    Pure Java Network Tools. Free portable cross-platform. Include: 01) ICMP-ping, 02) ICMP-traceroute, 03) DNS-check resolver, 04) Parallel Host TCP-scanner, 05) IP-calculator, 06) Syslog-server, 07) Telnet-client, 08) Local ARP-cache request, 09) Parallel Network Ping-Scanner, 10) Snmp-Get concrete value utility. 11) Parallel ICMP flood utility. 12) Parallel UDP flood utility. 13) TFTP-server. 14) NTP-server. 15) Host TCP-ping. 16) SNMP-MRTG traffic...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    octelec - Electronics calculations

    octelec - Electronics calculations

    Electronics calculations in GNU Octave

    The "electronics" package for GNU Octave provides functions for electronics calculations. Select resistor or capacitor values from E3 to E192 series, convert two-port parameter sets, calculate operational characteristics (voltage gain, current gain, input impedance, output impedance) for two-port circuits connected to generator and load impedance, convert ratio to dB and vice versa, calculate parallel impedances, and round values to a number of significant leading digits.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Burn 89C2051

    Burn 89C2051

    A user-friendly GUI application for programming AT89C2051 microcontrol

    GUI-based AT89C2051 Programmer for LPT Parallel Port This project is a graphical user interface (GUI) application for programming AT89C2051 microcontrollers via an LPT parallel port. It simplifies the entire workflow with one-click operations, making it ideal for hobbyists and professionals working with legacy hardware. The program automatically converts Intel HEX files to binary (.bin), provides real-time logging of the process, and supports a Resend function for quick re-flashing. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    Monsputer project

    Monsputer project

    Documentation for the Z80 monsputer

    The Monsputer is a Z80 computer developped with old chips (and some new) collected over the years. It has about 2M memory, clocks at 4.0MHz, has serial ports, 1 parallel port, 1 CAN bus, 2 SPI, 1 I2C, a RTC and other features. It supports interrupts mode 2 but not DMA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    QA2

    QA2

    Qt-based Apple //e emulator, in C++

    QA2 is a Qt-based 128k Enhanced Apple //e emulator written in C++. The primary goal is good emulation with readable, understandable, and maintainable code.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7
    ...Win NT/2K/XP/7/8/10/11, Linux/i386/AMD64/ARM, FreeBSD and MacOS X kernel driver and development library to control serial CBM devices, such as the Commodore 1541 disk drive, connected to the PC's parallel port via a XM1541 or XA1541 cable. Fast disk copier included. Successor of cbm4linux. Also supports the XU1541 and the XUM1541 USB devices (a.k.a. "ZoomFloppy").
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 8
    LCD Smartie displays information on your LCD/VFD. It supports LCDs with a Hitachi HD44780 Controller via parallel port & Matrix Orbital and Crystalfontz serial/USB LCD/VFDs. Info includes: CPU temps, fan speed, the BBC World News, Stocks indexes etc.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 9
    Nunjucks

    Nunjucks

    A rich and powerful templating language for JavaScript

    A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired). You've been looking for a more sophisticated templating engine for JavaScript. Here it is. Rich Powerful language with block inheritance, autoescaping, macros, asynchronous control, and more. Heavily inspired by jinja2. Fast & Lean High-performant. Small 8K gzipped runtime with precompiled templates in the browser. Crazy extensible with custom filters and extensions. Everywhere available in node...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    WxPic
    WxPic allows, with a PC and an adapter (programmer), to program a PIC micro-controller, by loading a HEX file, reviewing and/or editing the configuration or memory and writing and/or verifying the device flash memory.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11

    PyBitBanger

    Python controlled hardware.

    With the demise of the parallel port, a simple way for a Python script to control external hardware has disappeared. The goal of this project is to use relatively simple hardware like an Arduino Nano and the Microchip MCP23S17 port expander as an extensible bit banger. Ideally, all hardware should be leaded and breadboard friendly for easy project prototyping.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    esprint

    esprint

    Fast eslint runner

    esprint (pronounced E-S-sprint) speeds up eslint by running the linting engine across multiple threads. esprint sets up a server daemon to cache the lint status of each file in memory. It uses a watcher to determine when files change, to only lint files as necessary. It also has a CI mode where it does not set up a daemon and just lints in parallel. In order to use esprint, first place an .esprintrc file in the root directory your project. This is similar to a .flowconfig if you use flow types. The .esprintrc file describes which paths to lint and which paths to ignore. You can also override the port to start the background server on. esprint will find the root of your project automatically and lint the whole project. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Dev-C++ for Windows 10/8/7

    Dev-C++ for Windows 10/8/7

    A fast, portable, simple, and free C/C++ IDE

    ...Optimized for parallel compilation on modern multi-core machines. GitHub Project: https://github.com/Embarcadero/Dev-Cpp/ Sponsored by Embarcadero: https://www.embarcadero.com/free-tools/dev-cpp
    Leader badge
    Downloads: 3,466 This Week
    Last Update:
    See Project
  • 14

    Proxy Checker

    A programm to check HTTP, HTTPS, SOCKS4 and SOCKS5 proxy servers.

    Requirements: .NET Framework 4.6.1 or higher.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 15
    ...With this both the DOSBox shell commands and many native LFN-aware DOS programs should now be able to use LFN in DOSBox, and users can also use the right mouse button to select, copy and paste text from and to DOSBox (when the mouse is not locked). It also includes features such as an improved command shell, automatic drive mounting, APM power off, direct parallel port passthrough used for printing, DOS APIs that communicate with the Windows clipboard, and DBCS support for displaying CJK (East Asian) characters. It is cross-platform with source code, and Windows binaries are provided. Note: Support for LFN and other features have been merged into DOSBox-X as of 2020, along with further improvements. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16

    DIY Arduino Boards IO I2C

    DIY Arduino Boards for IO using port expanders and I2C

    DIY Arduino Boards PCF8674 MCP23017 74HC595 CD4021 I2C Parallel IO Piezo buzzers See the Files section for a wide range of sensors and sample code Schematics PCB Layout Sample Code
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17

    Handy TCP/IP Server/Client Tools

    Various TCP/IP servers, clients and network management tools

    IPtools is an all in one package that includes various TCP/IP tools. Server: - FTP - TFTP - Syslog - Web - Remote Command - General UDP server - Multicast server Client utilities: - Multicast client - TFTP client Starting on version 0.2.0, a powerful network connection tools UBridge is added, it can bridge: - VXLAN (newly released) - UDP sessions - NIC card of the PC - Connections to Cisco Router Simulator "GNS3/dynamips" and H3C Router Simulator...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Vision2u

    Vision2u

    free image processing software

    Vision2u offers a free image processing software for personal use and research. Primary tasks of the image processing can be realized during simple operation of the software. Every Web cam owner can have simplest measuring, counting or tasks of monitoring done without high capital outlays.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Virtual instrumentation software, currently designed for modifying automobile engines. Intended as a modular framework to communicate with devices on an IO port (serial, parallel etc.) and allow a visual representation of the instrument.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Xboo loader

    Use the XBoo cable to upload a file to a GBA

    This is a command line application to upload a file to a Gameboy Advance (GBA or GBA SP). It can work on Windows, Linux and *BSD platforms. It uses the parallel port, and can use PCMCIA, PCI and PCI express parallel port adapters. It won't work with USB to parallel adapters. See this video for another alternative using the USB port. https://www.youtube.com/watch?v=Zfmj_KPE_L4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    iAstroDroid

    Automated astrophotography on Android

    ...USB serial adapter (FTDI232) for controlling a mount via a serial port 6. Power USB hub: I have used Belkin Ultra Slim Hub (4 ports and 7 ports) 7. Android device (rooted, with usb host, and with kernel supporting usb charging and FTDI driver).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Parallel Port Control

    Parallel Port Control

    Parallel Port Control with C# .NET 2.0

    ...When I interested control external electronical device I was looking such as application but I couldn’t find any working properly and I wrote it. This article is about controlling data registers of parallel port (LPT port) with C#.net 2.0 and using inpout32.dll/inpout32.lib out32 function. http://blog.armanasci.com/ http://blog.armanasci.com/contact-me/
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23

    Win7 Printer driver for Okipage 4w

    Printer driver for the Okidata Okipage 4w/4w plus/400w for win7/win8

    This is a printer driver for the Okidata Okipage 4w/4w plus/400w for windows7 (32 and 64 bits) and windows 8. It allows to use those laser printers on win7, that was unsupported by the original manufacturer. You could also use a USB to parallel converter to attach the printer to a newer computer without parallel port
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24

    AllChipProgrammableSYX

    parallel port programmer for every chip

    A low cost parallel port programmer platform is created. It is designed to program all kinds of eeprom,flash,ect...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    LCD_TUI_Toolkit

    LCD TextUserInterface Toolkit with edit widgets on alphanumeric LCD

    ...To ease creations of many menus with always same appearance. Simple example menus demo provided. Low-level LCD part included is for classic hardware HD44780 through the parallel port (based on code by Randy Rasa, see at http://ee.cleversoul.com/lcd-project.html)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB