pub(crate) const SERIAL_TIMEOUT_MS: u64 = 1;
pub(crate) const TRANSPORT_THREAD_SLEEP_MICROS: u64 = 100;
pub(crate) const MAX_RESPONSE_SIZE: usize = 1024;
pub(crate) const RESET_DTR_RTS_LOW_MICROS: u64 = 100;
pub(crate) const POST_RESET_BOOTUP_DELAY_MS: u64 = 250;