pub fn send_packet( uart: &mut dyn Uart, packet: &Packet, ) -> Result<usize, &'static str>
Function to send a packet without waiting for an ACK