change Serialize Adapter to also create/accept little endian streams #21
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We just encountered a device that sends little endian over the wire.
Proposed fix is to change the "bigEndian" parameter, which is not very intuitive at the moment anyway, to an endianess parameter. This would be an enum with little, big or machine as options.
I think this can be closed
#122 closed this issue.