pySerial 2.6: specify end-of-line in readline()
问题 I am sending commands to Eddie using pySerial. I need to specify a carriage-return in my readline, but pySerial 2.6 got rid of it... Is there a workaround? Here are the Eddie command set is listed on the second and third pages of this PDF. Here is a backup image in the case where the PDF is inaccessible. General command form: Input: <cmd>[<WS><param1>...<WS><paramN>]<CR> Response (Success): [<param1>...<WS><paramN>]<CR> Response (Failure): ERROR[<SP>-<SP><verbose_reason>]<CR> As you can see