Could you please confirm if it is feasible to create iso messages with no header?. I need to create iso messages with only 2 bytes for the message length, followed by the data.
Tks in advance
Miguel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ISO headers are optional. You don't have to set ISO headers for your message type. The IsoMessage.write method will even write the 2 bytes for the message length, then the message type, bitmap and fields.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK. Tks a lot. I tried to include the headers as null but it didnt work. Hence I just removed the header definition from the config file and it worked just fine.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Could you please confirm if it is feasible to create iso messages with no header?. I need to create iso messages with only 2 bytes for the message length, followed by the data.
Tks in advance
Miguel
ISO headers are optional. You don't have to set ISO headers for your message type. The IsoMessage.write method will even write the 2 bytes for the message length, then the message type, bitmap and fields.
OK. Tks a lot. I tried to include the headers as null but it didnt work. Hence I just removed the header definition from the config file and it worked just fine.