> > Fixed it, i think the issue wasn't the write itself but the formatting.
>
> Glad to hear that. Happy new year and thank you for keeping us posted here!
Thank you, happy new year to you as wel...
Fixed it, i think the issue wasn't the write itself but the formatting.
```rs
let write_buffer = format!("{}\r\n", buffer_trimmed).into_bytes();
match port.write_all(&write_buffer) {
...
Nope, still nothing shows up. The UM982 is working because i am getting messages to read. However, writing doesn't seem to do anything to it.
## Read msgs
```md
0,18,1;INSUFFICIENT_OBS,NONE,0....