> 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
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