Project

General

Profile

Bug #3209 » chirp-pyserial-kenwood.patch

Todd Johnson, 04/29/2016 10:40 PM

View differences:

kenwood_live.py 2016-04-30 00:19:18.746324311 -0500
103 103
            LAST_DELIMITER = delimiter
104 104
            LOG.info("Trying ID at baud %i with delimiter \"%s\"" %
105 105
                     (i, repr(delimiter)))
106
            ser.setBaudrate(i)
106
            ser.baudrate = i
107 107
            ser.write(LAST_DELIMITER[0])
108 108
            ser.read(25)
109 109
            resp = command(ser, "ID")
(2-2/2)