I tried to get the output information by using pyserial module of python,the following is one small segment:
b'\x00\x141\x00\x00\xcd\x8bI\x8d\x04\x00\x00\x00\x03\x00\x00\x00\x01\x00\x00\x004\x00\x00\x00\x04\x00\t\x00\x08\x00\x00\x00\x16\x16n\x00~\x00\x00\x00+\x00\x00\x00\xd1\x128\x00\x83\x03\x00\x00:\x00\x00\x00\x17\r\x97\xfcM\x03\x00\x00=\x00\x00\x00\xa1\x04j\xfcx\x03\x00\x00\x02\x00\x00\x00\x00\x02\x00\x00\xca"\xc3$\xca%\x02%\x96"\xf2\x1f\xdb \xa8&\xea(\xcd(U&i!\x83\x1f?\x1fn \xf2 f\x1d\x19"\xfc#\x10$\xe5#u#\xa3"\xd3"p"\xdc!\x16 \xae!g#\xe9"\xb8!\x1b \xa5\x1f\xad\x1e\x95\x1d\xbe\x1f\x0c!\xb6 \x8d!\xf9!I!\x0e$\x84\'\x84(D\'\x8c#\t \\"\xcc#\xa1"\x0e"P#\xd0#u"L r \x97#\x95&\x84\'D&9$\x80$\x8b"\xa7 N!r ,\x1f\xa0\x1e\xff\x1f\x91 \xd6\x1e\xa0\x1d\x8f\x1d*\x1eX!\xac"*"\x01 \xac\x1d(\x1d\xb4\x1c\x95\x1d\x94\x1f^!\x1e!c\x1eQ\x1e\xb5\x1d\xc4\x1d\x0b\x1d>\x1dH\x1es\x1f\xf1\x1f~\x1f\xe4\x1d\x03\x1e\xc3\x1e&\x1e\x08\x1f\r\x1e\xf5\x1d\xc0\x1e\x91\x1fQ\x1fG\x1f\xb7\x1e\x03\x1e\x01\x1e\xea\x1e\x96\x1dm\x1e\x00\x1e\xd2\x1d\x17\x1e\x85\x1d\x83\x1c\xd5\x1cP\x1c\x7f\x1b\xf8\x1a:\x1bi\x1d\x1b\x1dk\x1cb\x1e\xd6\x1e\x91\x1f\xe0\x1e9\x1d\xef\x1b\x1b\x1c\xfd\x1cz\x1c\x14\x1c\xe1\x19\x9d\x1bN\x1a\x99\x1a\xeb\x1am\x1b\xf5\x1a\r\x1b\x8a\x1a>\x19P\x19\x87\x19\x01\x1a\x8e\x1a\xce\x1a\xe6\x1a\xba\x1a@\x1a\xa8\x1b\x8f\x1c\xfc\x1b\xb5\x1a\xba\x1a&\x19.\x19\n'
I think there must be something wrong with it,but I can't figure out. And also,I am not sure about the format of the output information. Can I get an example?