miro
Joined: 15 Jan 2011 Posts: 62
|
Addressmod - "nbytes" |
Posted: Thu Jan 20, 2011 3:32 pm |
|
|
Hi, when playing with this nice feature (one large external buffer) I see the addressmod function returns a wrong number of bytes to be transfered (e.g. for int32 and int64 variables) into your "read_function" and "write_function" (2). The workaround which works for me in 4.114 is to hardcode e.g. "nbytes=4" for int32 vars, "nbytes=8" for int64 vars, (or any other number of bytes you require based on type) directly into your specific "read_function" and "write_function". Miro |
|