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-26 14:35:05 -04:00
Libraries Added some libraries that need implementation to achieve 115200 bitrates for sd card logging 2013-04-25 22:15:16 -04:00
Pictures Added pictures of circuit 2013-04-17 00:01:57 -04:00
Schematic/Libraries/arduino-mega2560_R3-reference-design Added Arduino Mega Eagle files 2013-04-26 14:33:23 -04:00
Universal_Serial_Adapter Updated to use new SD and Serial libraries designed to run <=115200 baud 2013-04-26 14:17:21 -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 Fixed path for RTClib submodule 2013-04-26 14:35:05 -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