|
Revision 46, 384 bytes
(checked in by sven, 2 years ago)
|
|
First import of the AVR Documenta M200 Punch Card Reader Controller. This project was started at 09.11.2009. Current status: Working (Beta status). Pending work: Cleaning up, find bug in circular buffer system, implementing a protocol (FTP/Hayes command set like).
Work was done on Windows 2000 with WinAVR and AVR Studio 4 (ISP programming).
|
| Line | |
|---|
| 1 | <html> |
|---|
| 2 | <body> |
|---|
| 3 | |
|---|
| 4 | <h2>Punch card device drivers</h2> |
|---|
| 5 | |
|---|
| 6 | <p> |
|---|
| 7 | This directory contains device drivers for various punch card |
|---|
| 8 | devices. |
|---|
| 9 | |
|---|
| 10 | <h3>List of device drivers</h3> |
|---|
| 11 | |
|---|
| 12 | <ul> |
|---|
| 13 | <li><a href="nixdorf-0377.01">nixdorf-0377.01</a> (linux ppdev technology)</li> |
|---|
| 14 | <li><a href="documation-m200">documation-m200</a> (AVR ATmega microcontroller based, RS232 communication to computer)</li> |
|---|
| 15 | </ul> |
|---|