Testing something out using DashBoard to send UDP to another device. The packets are sent, but there does not appear to be any sort of terminators on it like <CR><LF>. Any advice?
If I use Send UDP as Bytes and append 0d 0a to the end it works, but I want to avoid having to rely on hexadecimal encoding