ccstl / USB-Serial-Multiplexer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USB serial multiplexer

A device for using a single USB port to communicate with multiple serial targets.

Intended use

The intended use is for programming multiple devices with one USB port. A header is first sent to the Atmega16U2 indicating the device to be written too, which in turn causes the muliplexer to switch the UART output to the correct Tx/Rx/Reset lines.

A binary file can then be written as normal with any serial port progammer.

WIP

The firmware of this device is still a WIP

Credit

Based heavily on the Arduino-usbserial firmware by Arduino and Dean Camera. Licensed under the MIT license.

About

License:MIT License


Languages

Language:Makefile 40.7%Language:C 37.4%Language:C++ 21.9%