[chirp_devel] [GE-PCS] adding support for ge pcs, odd handshaking

Dan Smith
Fri Jul 26 17:28:28 PDT 2013


> Ok looking at tmv71.py code, seems like I could do something like
> this in __init__?
> 
> self.pipe.setBaudrate(300)
> self.pipe.write("\x00")
> self.pipe.setBaudrate(1200)
> ....

Yeah, but it's better to do that during the clone in and out part, as
there are places in the code that need to instantiate a driver without
it talking to the radio at all. Depending on the way your radio works,
it'd be best to try to make it a clone-mode driver, where you stuck
down the entire memory and put it back, instead of doing it
memory-by-memory, if that's feasible. Then, you do your negotiation and
such in the upload and download routines.

-- 
Dan Smith
www.danplanet.com
KK7DS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
Url : http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20130726/2ac1164b/attachment-0001.bin 


More information about the chirp_devel mailing list