lucamacavero
lucamacavero
Hi @daniele77, no problem for me. I'm having some troubles with including the change for windows. I'm not sure if there is a way to clear the terminal without invoking...
> After a quick check, I made Windows ctrl-L work using a Windows API. Unfortunately, the library currently does not distinguish between Windows and Linux "terminal" (class `Terminal` is unique,...
Implementation is there, look at the link I put in the first post: ```c #if 0 static PyObject* pycsp_sfp_send(PyObject *self, PyObject *args) { PyObject* conn_capsule; Py_buffer data; unsigned int mtu;...
I'll try with v1.6 and let you know, thank you!
My code is based on v1.6, I can't change it unfortunately.
Ciao @facontidavide, thanks for the big work. The same problem exists for ZMQ subscriber. I can't do proper debugging, but the line you changed in this PR is also in...
Ciao @achille-roussel :) Thanks for the quick reply! I will open a PR!
#29 here it is @achille-roussel. Thanks!