Hi,

I have to do the followin:

Messages always start with the statemnt of their length ('0000' - 'FFFF' Hex) as a 2 byte long binary value (i.e. not as a string) in the Intel notation (LSB first).

How do I write that into a file? After the length, the line will contain string values.
also, what is Intel Notation (LSB first)?

Thanks,