Please see the serial_debugger project (https://git.kemonine.info/kemonine/serial_debugger) instead of this project. This project has been replaced by serial_debugger.
This repository has been archived on 2020-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2013-04-17 13:56:44 -04:00
Libraries Added Metro timer library 2013-04-08 12:45:22 -04:00
Pictures Added pictures of circuit 2013-04-17 00:01:57 -04:00
Schematic Cleaned up Fritzing schematic and exported to PNG 2013-03-15 13:09:18 -04:00
Universal_Serial_Adapter Disabled debugging 2013-04-17 00:01:28 -04:00
.gitattributes Create .gitattributes 2013-03-14 04:00:33 -03:00
.gitignore Added git ignore for Sublime Text Arduino Stino plugin 2013-03-13 16:28:45 -04:00
.gitmodules Added AdaFruit SD card library 2013-04-05 19:42:31 -04:00
README.md Filled out README further 2013-04-17 13:56:44 -04:00

Arduino Universal Serial Adapter

Everything you need to create an Arduino based serial adapter designed to work with

  • Phone UART chips
  • Standard DB9 serial ports
  • Null modem serial ports
  • Cisco serial consoles

The idea is to have 1 serial adapter that takes care of all of your DB9 / null modem / goofy pinouts in one package.

Code

IDE / Environment

This project was developed using stino (Sublime Text 2 plugin). It works slightly differently (read: more powerful) than the standard Arduino IDE. This project may or may not build under the Arduino IDE.

Configuration

The Project.h and Project.cpp files define the pinouts in use, Arduino pinout and a number of other items that may vary between builds. Please read through these [short] files and update the pinouts, addresses and anything else that may be different before uploading to your Arduino.

Prototype

Universal Arduino Serial Adapter

Parts

  • Arduino Mega
  • AdaFruit 1.8" LCD with MicroSD Card Slot
  • PSP Joystick
  • LED backlit buttons
  • Spark Fun MicroUSB breakout
  • AdaFruit logic level converter (bi-directional)
  • RJ-45 jacks
  • DB9 jack
  • Maxim Max3232 RS232 to TTL DIP IC's

Credits / Thanks

  • ChildOfTheHorn/Stacy Wylie
  • Adam Outler
  • Motorhead
  • utkanos
  • bhundven

Articles / Information Used For Project