>> ./chirp.py -r ic2820 -s /dev/ttyS1 --download-mmap Okay, you'll want to add "--mmap foo.img" to give it somewhere to save the image to once it gets there.
> chirp.errors.InvalidDataError: Radio has unknown tone 0x8E Okay, I wasn't masking out enough bits for the tone value. You've got something turned on in a memory location that I don't have, and so you've got a bit (0x80) turned on that is throwing it out of range. I've tightened that down. If you want to grab a snapshot of my development tree and try again, it would be appreciated: http://d-rats.danplanet.com/hg/hgwebdir.cgi/chirp.hg/archive/tip.tar.gz It might be worth taking this off-list for a bit if this doesn't fix it for you. Just to avoid boring people with the details :) Thanks! -- Dan Smith dsmith#danplanet.com, s/#/@/ www.danplanet.com KK7DS
