pymeasure / leco-protocol

Design notes for a generic communication protocol to control experiments and measurement hardware
https://leco-laboratory-experiment-control-protocol.readthedocs.io
MIT License
6 stars 3 forks source link

Byte-order #49

Open BenediktBurger opened 1 year ago

BenediktBurger commented 1 year ago

In the version frame (#42 ) and probably the message_id/conversation_id (#16 ) will be bytes values.

I propose, that we use the network byte order (big-endian) to encode our numbers, whenever we use multi byte values.