> I have yet to get around to playing with it, but the aspect that intrigue= d > me was > the programmer is supposed to act as a storage device and mount as a > drive. > Supposedly it is programmable by saving a new hex file. > That's interesting! Doesn't do much for debug, though. The bootloaders I've written all take the hex file directly. Some take it as an HTTP post where it's parsed to a binary image for the chip, saved in external flash, then copied back to internal flash. Others accept the hex file over UART or SPI, then parse and write directly to internal flash. This is great for field updates, but, of course, does not support debug. Harold --=20 FCC Rules Updated Daily at http://www.hallikainen.com Not sent from an iPhone. --=20 http://www.piclist.com/techref/piclist PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .