From 447e603bd98342671330715d508c45fe0511291b Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Mon, 4 Apr 2011 21:40:28 +0200 Subject: digital/io-serial: add io board with two serial ports --- digital/io-serial/README | 23 +++++++++++++++++++++++ digital/io-serial/pcb/io-serial.brd | Bin 0 -> 33058 bytes digital/io-serial/pcb/io-serial.sch | Bin 0 -> 319811 bytes 3 files changed, 23 insertions(+) create mode 100644 digital/io-serial/README create mode 100644 digital/io-serial/pcb/io-serial.brd create mode 100644 digital/io-serial/pcb/io-serial.sch (limited to 'digital/io-serial') diff --git a/digital/io-serial/README b/digital/io-serial/README new file mode 100644 index 00000000..361bc67a --- /dev/null +++ b/digital/io-serial/README @@ -0,0 +1,23 @@ +io-serial - Input/Output and serial ports. + +Generic IO board with two TTL or RS232 serial ports. Addressable using TWI. + +Copyright (C) 2011 Nicolas Schodet + +APBTeam: + Web: http://apbteam.org/ + Email: team AT apbteam DOT org + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. diff --git a/digital/io-serial/pcb/io-serial.brd b/digital/io-serial/pcb/io-serial.brd new file mode 100644 index 00000000..c73a1c91 Binary files /dev/null and b/digital/io-serial/pcb/io-serial.brd differ diff --git a/digital/io-serial/pcb/io-serial.sch b/digital/io-serial/pcb/io-serial.sch new file mode 100644 index 00000000..25d9834c Binary files /dev/null and b/digital/io-serial/pcb/io-serial.sch differ -- cgit v1.2.3