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-25 19:40:07 -04:00
Libraries Shuffled libraries to match current circuit/code 2013-04-25 18:10:09 -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 Added Metro library back -- still in use; Fixed RTC related compile error 2013-04-25 19:40:07 -04:00
.gitattributes Create .gitattributes 2013-03-14 04:00:33 -03:00
.gitignore Updated git ignore to include video 2013-04-17 19:08:49 -04:00
.gitmodules Shuffled libraries to match current circuit/code 2013-04-25 18:10:09 -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