Hi Jim,
I have been working on the basic channel editing support for the Anytone TERMN8R radio. Up until now, I have been using a separate driver file that I have in a work folder and I am loading as a module.
What I want to know is what is the best/correct way to submit this. It is enough different from the current driver that it needs to remain separate. But I would still expect that it should be added to the anytone.py driver similar to how several models are handled in the wouxun.py driver.
Does it inherit anything from the anytone driver? Or could/should it? If it doesn't inherit anything, then I think it should be a separate file. If it inherits some, but is still a lot of its own code, it can be a separate file, but still import and inherit pieces from the base anytone driver.
Also note that the OBLTR8R and NSTIG8R models will follow this one and should share some, if not most, of the TERMN8R's code.
Sounds like maybe it would be best to keep it in its own file if it's going to grow.
Could you just send the .py file to the list so we could look it over and try to advise?
Thanks!
--Dan