Re: [python-win32] Reading a UInt32 array from LabVIEW

2006-03-22 Thread Mark Hammond
> I've tested build 208 with success. Just one exception: > When I try to read an array of unsigned 8bit integers I > get the following result: > () > What is special about UInt8 An array of UInt8 is the standard way of moving "blobs" around in variants (eg, raw buffers, etc). Hence we return the

Re: [python-win32] Reading a UInt32 array from LabVIEW

2006-03-22 Thread Ola Rylow
Title: Re: [python-win32] Reading a UInt32 array from LabVIEW I've tested build 208 with success. Just one exception: When I try to read an array of unsigned 8bit integers I get the following result: () What is special about UInt8 and what shall I do to read them as integers (without havin