Project

General

Profile

Revision 210

Updated jumptable and Makefile for tooltron to work with bootloader
updated tooltron.py to handle NACKs
Fixed tooltron.py to send 'o' instead of 'O'

View differences:

jumptable.h
3 3

  
4 4
// Jump table addresses
5 5
// If the bootloader changes, you must change the jump table addresses!
6
#define JT_ADDR             0x7E0
6
#define JT_ADDR             0x7C0
7 7
#define JT_RS485_INIT       ((void*)((JT_ADDR+0) / 2))
8 8
#define JT_RS485_GET_BYTE   ((void*)((JT_ADDR+2)/2))
9 9
#define JT_RS485_SEND_BYTE  ((void*)((JT_ADDR+4)/2))

Also available in: Unified diff