ValueError: Procedure probably called with not enough arguments (8 bytes missing)

2009-08-07 Thread LabJack Support
Hello! I am chasing around a problem that I am having with ctypes and I am hoping someone can help out. Here is the Python code: def asynch(self, baudrate, data, idNum=None, demo=0, portB=0, enableTE=0, enableTO=0, enableDel=0, numWrite=0, numRead=0): """ Name: U12.asynchConfig

Re: ValueError: Procedure probably called with not enough arguments (8 bytes missing)

2009-08-07 Thread LabJack Support
On Aug 7, 4:16 pm, LabJack Support wrote: > Hello! I am chasing around a problem that I am having with ctypes and > I am hoping someone can help out. Here is the Python code: > >     def asynch(self, baudrate, data, idNum=None, demo=0, portB=0, > enableTE=0, enableTO=0, enableDe