Project

General

Profile

Statistics
| Revision:

root / trunk / cardbox / cardbox.c @ 285

History | View | Annotate | Download (7.34 KB)

# Date Author Comment
285 05/10/2010 06:33 PM Kevin Woo

Fixes to cardbox not receiving

281 05/10/2010 03:59 PM Kevin Woo

Undid rs485 hacks for the cardbox

280 05/10/2010 03:58 PM Kevin Woo

Cardswipe error now blinks

278 05/10/2010 03:46 PM Kevin Woo

Renamed main.c to cardbox.c

277 05/10/2010 03:45 PM Kevin Woo

New buffer size, prevents buffer overflows in cardreader

273 05/09/2010 03:50 PM Kevin Woo

Pass information back and forth between read_card

271 05/09/2010 03:32 PM Kevin Woo

Basic return values for parse_card

268 05/09/2010 02:36 PM Kevin Woo

Can read track 1 with no parity checking

267 05/08/2010 06:34 PM Kevin Woo

Reads track 2, messes up on track 1

253 03/25/2010 07:23 PM Kevin Woo

Fixed cardbox state machine to handle retries and more acks to the server. Fixed cardbox timer to be accurate

242 03/25/2010 09:46 AM Brad Neuman

fixed a bug with timeouts.
Looks like timeouts might not be handled in all cases

223 03/04/2010 07:58 PM Kevin Woo

Added a delay between receiving a packet and responding

220 03/04/2010 12:04 AM Kevin Woo

Fixed bug in packet where crc was not initialized, fixed keypad code. Apparently only aaronjohs code will ever work

217 03/03/2010 07:52 PM Kevin Woo

Added the ability to get the length of a packet, changed the packet format to include the length field, bootloader section hacking to make it fit

216 03/03/2010 03:32 PM Kevin Woo

Changed the keypad handler to be more simple in terms of code size

213 03/01/2010 02:32 AM Brad Neuman

fixed cardbox code for new board, updated tooltron.py for new cardbox

211 02/28/2010 08:32 PM Kevin Woo

broken cardbox, needs to fix the statemachine

206 02/27/2010 04:52 PM Kevin Woo

Moved the uart code to rs485_int since that describes it better.

150 02/03/2010 10:41 PM Brad Neuman

Fixed several bugs:
warn state no longer allows red button to kill tool while it is spinning
keypresses are flushed by the server before a request so we don't get the one-swipe-behind bug

Changes:
red light stays on on toolboxes while powered
added more blink-error codes to the cardbox

142 01/18/2010 03:38 PM Kevin Woo

changed it so that the cardbox ignores uart rx until it gets a key

139 08/12/2009 04:27 AM Kevin Woo

Added LGPL to all source code except the hardware schematics.

136 08/12/2009 03:15 AM Kevin Woo

Renamed cardbox_new to cardbox

129 04/23/2009 11:59 PM Kevin Woo

Added ac line detection and won't kill power to the tool if it is on.

Considered feature complete.

106 04/05/2009 04:10 PM Kevin Woo

Preparing tooltron repository to become the officers repo.