Coburn

Results 31 comments of Coburn

Ive been exploring git submodules as a way to make use of Bruce's abstraction without having to burden NT7S's repository with code specific to platforms he might not have access...

Maybe this is saying the same thing but coming from a different place... I have been using OCL primarily for rotational paths. Since omp (perhaps for good reason) isnt used...

it looks like rpcbind is not running on the server. Im not familiar with the compute modules. Look into the following commands that work on a debian system. if `sudo...

Hi Louis, This sounds a little like a network problem or an os config problem. Im happy to try to help you through it but you will need to give...

Hi, There is no need to install this library. - Simply clone it onto your machine - cd into the demo_servers folder and run the example server. - open a...

the example clients that come with this library are written for the python-vxi11 client library. Go to https://github.com/python-ivi/python-vxi11 and follow the instructions there to install the client library. If you...

Here is where i would start on this project. 1. Come up with a command syntax. Following your suggestion: - 'set:pin.x:state' - 'get:pin.x' - and so forth. 2. On the...

Very Nice. To be clear, you have a functioning requests/flask pair that you would like to replace with a vxi client/server pair? If so, i would start on the client...

referring to 'class TimeDevice(Vxi11.InstrumentDevice)' in the time-device.py example, TimeDevice() is the custom class the developer creates to manage communication with his device (yours might be named GpioDevice()). It extends a...

Hi Louis, Python isnt my first language. You need to help me out a bit... What problem are you having with the encoding?