python-vxi11-server icon indicating copy to clipboard operation
python-vxi11-server copied to clipboard

A VXI-11 Instrument Server written in Python

Results 10 python-vxi11-server issues
Sort by recently updated
recently updated
newest added

Hi coburnw I am still using your code and i collected some misc updates and additions from my tree to pull. Highlights: * fixed SRQ support, now it fully works...

Hello I have this issue, but I have Installed the module import vxi11_server as Vxi11 ModuleNotFoundError:No module named 'vxi11_server' I don't know how to fix it Thanks (for your woks...

Hi Coburn I've just fallen over an incorrect usage of class variables in my own code and I remembered that there is something in python-vxi1-server, too. Example in our code:...

Dear Coburnw, I have a strong interest about this library on purpose to develop my instrument with a VXI11 protocol (understand code and convert it in ARM C++ for a...

Hello, the program works fine on raspberry pi 3 b v1.2 but now I use the comput module modele 4 and there is lots of error ![IMG_20210518_162343](https://user-images.githubusercontent.com/44653107/118668749-6ee05c00-b7f5-11eb-8b1a-540cb8d18082.jpg) I don't know...

Hi, I'm trying to get this code running in Windows and python 3. Only few modifications is needed to get the syntax right for pyhton3 (exceptions and SocketServer naming). I...

This project cannot currently be used in other work because no license has been defined. I would really like to use it in a project, and am proposing MIT license...

Hello, I encountered this problem while starting the server,Looking forward to receiving your response ![image](https://user-images.githubusercontent.com/23419260/225846840-d0a27a4d-f96f-4de6-8eff-2edfe59c84e2.png) INFO:__main__:starting time_device INFO:vxi11_server.instrument_server:abortServer started... ERROR:vxi11_server.rpc:Error: rpcbind -i not running? [WinError 10049] The requested address is...

Hi, First of all thanks for this project, it's super useful for mocking instruments so I can test my drivers. I made a mock instrument which worked OK when talking...

Hi @coburnw, I know it may be some time since you did something on this Project, but I wanted to ask if and how it is Possible to define the...