p31d4

Results 2 issues of p31d4

Hi, I'm trying to send a can message in a virtualized Linux machine (VM on native Windows), and a keep receiving a timeout in tpsock/__init__.py line 108 (self._socket.send(data,flags)) when I...

Hi, if I run the following code: ``` tpsock = isotp.socket(timeout=0.1) tpsock.bind(... conn = IsoTPSocketConnection(..., tpsock = tpsock) client = Client(conn,... client.tester_present() ``` The message is successfully sent, but I...