When i limit the lenght with
send(nikoBusMessage.setSensor(SIMULATIE_LCD_ADRES).set(payload,8));
I get this as output (ascci values of char) :
0;54;1;0;47;3132333435363738
Maybe a bug in library?
But indeed the solution with the nul character works fine.
Than