Closed kdbcz closed 5 years ago
How can I send byte which has zero value? I can send without problem this three bytes: "45, 2, 63", but if I want to send this three bytes: "45, 0, 63", it send only the first byte"45". Is it possible to send somehow zero?
something like write(new byte[]{0x00}) ??
Yes, it is working, I tried to send it from a string and that is way not worked.
How can I send byte which has zero value? I can send without problem this three bytes: "45, 2, 63", but if I want to send this three bytes: "45, 0, 63", it send only the first byte"45". Is it possible to send somehow zero?