Results 61 issues of Folkert van Heusden

Fixes for the 'test-tcp' program

The problem of the fragmented *IDN? response can be mitigated somewhat by enabling nagle during the response to that command.

Hi, The example in scpi-parser/examples/test-tcp is not compatible with sigrok: ``` sr: [00:00.005751] hwdriver: sr_config_list(): key 2147418112 (NULL) sdi (nil) cg NULL -> [uint32 20000] sr: [00:00.005794] serial: Parsed serial...

Hi, Let's say I have a thread that does this: ``` for msg in handle: print(msg) ``` in an other thread, I now close that handle: ``` handle.close() del handle...

bug
feature:backend

Hi, Please add argument-option to the callback so that the same callback function can be used for multiple sessions. With this, a callback function can be connected to multiple ports...

Situation: I switch on my yamaha keyboard, a midi port (via usb) appears. I connect through python-rtmidi but after a bit I switch off the keyboard: this is not detected...

I notice that quite often connections "go away". I'm trying to figure this out. For this, I collect the odd things I notice (errors, etc.). ``` Jul 31 17:56:30 lappiemctopface...

UDP is not reliable, not even on ethernet (please see also the MSG_CONFIRM pull-request) so retry everything.

If a network interface goes away, e.g. when a VPN is switched off, and rtpmidid was just about to send something through it, it can crash: ``` terminate called after...