[chirp_devel] [PATCH][BTECH] Exception on a continuous stream on serial port, fixes #3015
29 Mar
2016
29 Mar
'16
6:02 p.m.
Changed the silent behavior of the clean_buffer to an exception to warn the user about a possible serial stream on the port, maybe a GPS receiver connected to it?
31 Mar
31 Mar
9:44 a.m.
seriale = "Please check your serial port selection, we have "
seriale += "detected a continous stream of data, maybe a GPS "
seriale += "receiver connected on it?"
raise errors.RadioError(seriale)
I think this is too much information and will probably confuse some people. I think trying to convey to the user what you're talking about is not something that the average user will really be able to use to diagnose the problem. I can just see the bug reports now: "CHIRP fails because it can't find my GPS" or something :)
I think you should just say something about the radio doesn't seem to be connected to the serial port selected.
--Dan
3187
Age (days ago)
3188
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dan Smith
-
M.Sc. Pavel Milanes Costa