Here is the file from a read of the radio. Its pretty straightforward to interpret. 73, Alan - W6ARH
-----Original Message----- From: shawn [mailto:shawn@busymarvin.net] Sent: Friday, November 02, 2012 12:23 AM To: chirp_devel@intrepid.danplanet.com Cc: The Silver Fox Subject: Re: [chirp_devel] Quansheng Programming
Have you been able to successfully program the radio with the factory software?
If so, can you get a capture of that?
On 11/1/2012 7:32 PM, The Silver Fox wrote:
Not sure but the trace of the program that works opens, closes and re-opens the connection before sending. I have tried different baud rates, stop bits, and byte sizes but the radio does not seem to respond to the commands as it does in the serial tracing. 73, Alan - W6ARH
-----Original Message----- From: chirp_devel-bounces@intrepid.danplanet.com [mailto:chirp_devel-bounces@intrepid.danplanet.com] On Behalf Of Dan Smith Sent: Thursday, November 01, 2012 6:38 PM To: chirp_devel@intrepid.danplanet.com Subject: Re: [chirp_devel] Quansheng Programming
I have yet to be successful opening a dialog with the radio. I am almost at the point of giving up. The last thing for me to try is to close the serial port and re-open it. Rather than rooting through the code I thought I would ask if this can be accomplished and how?
Why do you think that will help? What sort of troubles are you running
into?
The serial port is opened right before it calls your driver:
ser = serial.Serial(port=settings.port, baudrate=rclass.BAUD_RATE, rtscts=rclass.HARDWARE_FLOW, timeout=0.25)
So, you can do that again in your driver for debugging if you think it will help. However, I'd encourage you to tell us what you've tried, what you've learned, and ask for help. There's a lot of collective knowledge about reverse engineering radios here :)
-- Dan Smith www.danplanet.com KK7DS
chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel
-- --Shawn --KF7WXG