use sportident_rs::Reader; #[tokio::test] async fn sanity() -> anyhow::Result<()> { Reader::connect("/dev/ttyUSB0").await?.poll_card().await?; Ok(()) }