Menu

Null Header

2016-04-18
2016-04-20
  • Miguel Carrillo

    Miguel Carrillo - 2016-04-18

    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

     
  • Enrique Zamudio Lopez

    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.

     
  • Miguel Carrillo

    Miguel Carrillo - 2016-04-20

    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.

     

Log in to post a comment.