We are doing: ```python response = response.decode('ascii').split('\n')[0] ``` In some cases that is not bad: ``` b'+PSWD:0000\r\nOK\r\n' b'+PIN:"1234"\r\nOK\r\n' ``` But could we be dropping anything else apart from the useless `OK`s?