X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/a8b66f318dda3cc18dfcedaa3af3d01ab68b82e8..fa2cc3e1c3abab7c971506bd86ca4e28ecc7d288:/Projects/Magstripe/Magstripe.txt diff --git a/Projects/Magstripe/Magstripe.txt b/Projects/Magstripe/Magstripe.txt index 9c73c7b67..a11dfaf80 100644 --- a/Projects/Magstripe/Magstripe.txt +++ b/Projects/Magstripe/Magstripe.txt @@ -10,8 +10,8 @@ * * The following list indicates what microcontrollers are compatible with this project. * - * - AT90USB1287 - * - AT90USB1286 + * \li AT90USB1287 + * \li AT90USB1286 * * \section Sec_Info USB Information: * @@ -35,7 +35,7 @@ * USBIF HID Standard, USBIF HID Usage Tables * * - * Usable Speeds: + * Supported USB Speeds: * Full Speed Mode * * @@ -54,8 +54,8 @@ * * * - * - * + * + * * * * @@ -87,13 +87,11 @@ * *
Signal:AVR Port:Signal:AVR Port:
Track 1 Data
* - * This project is based on the LUFA Keyboard projectnstration application, - * written by Denver Gingerich. + * This project is based on the LUFA Keyboard project demonstration application, written by Denver Gingerich. * - * This application uses a keyboard HID driver to communicate the data collected - * a TTL magnetic stripe reader to the connected computer. The raw bitstream - * obtained from the magnetic stripe reader is "typed" through the keyboard - * driver as 0's and 1's. After every card swipe, the project will send a return key. + * This application uses a keyboard HID driver to communicate the data collected a TTL magnetic stripe reader + * to the connected computer. The raw bitstream obtained from the magnetic stripe reader is "typed" through + * the keyboard driver as 0's and 1's. After every card swipe, the project will send a return key. * * \section Sec_Options Project Options * @@ -101,9 +99,9 @@ * * * - * - * - * + * + * + * * * * @@ -112,52 +110,52 @@ * * * - * + * * * * * - * + * * * * * - * + * * * * * - * + * * * * * - * + * * * * * - * + * * * * * - * + * * * * * - * + * * * * * - * + * * * * * - * + * * * *
Define Name:Location:Description:Define Name:Location:Description:
MAX_BITS
MAG_T1_CLOCKMakefile LUFA_OPTSAppConfig.hMask for the magnetic card reader's CLOCK line for the reader's track 1 output.
MAG_T1_DATAMakefile LUFA_OPTSAppConfig.hMask for the magnetic card reader's DATA line for the reader's track 1 output.
MAG_T2_CLOCKMakefile LUFA_OPTSAppConfig.hMask for the magnetic card reader's CLOCK line for the reader's track 2 output.
MAG_T2_DATAMakefile LUFA_OPTSAppConfig.hMask for the magnetic card reader's DATA line for the reader's track 2 output.
MAG_T3_CLOCKMakefile LUFA_OPTSAppConfig.hMask for the magnetic card reader's CLOCK line for the reader's track 3 output.
MAG_T3_DATAMakefile LUFA_OPTSAppConfig.hMask for the magnetic card reader's DATA line for the reader's track 3 output.
MAG_CARDPRESENTMakefile LUFA_OPTSAppConfig.hMask for the magnetic card reader's card detection output.
MAG_PINMakefile LUFA_OPTSAppConfig.hPIN register that the magnetic card reader device is attached to.
MAG_PORTMakefile LUFA_OPTSAppConfig.hPORT register that the magnetic card reader device is attached to.
MAG_DDRMakefile LUFA_OPTSAppConfig.hDDR register that the magnetic card reader device is attached to.