Skip to content

issues Search Results · repo:berkowski/tokio-serial language:Rust

Filter by

42 results
 (107 ms)

42 results

inberkowski/tokio-serial (press backspace or delete to remove)

Using Debian WSL. To reproduce: 1. Clone repo 2. install libasound2-dev 3. run cargo test -j1 -- --test-threads=1 Output: running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; ...
  • BRM-Code
  • 5
  • Opened 
    on Jan 30
  • #79

I m trying to implement a codec for COBS to use together with a SerialFramed for sending and receiving postcard serialized objects to a microcontroller. My issue is receiving frames that are not complete ...
  • LHelge
  • 2
  • Opened 
    on Jan 15
  • #77

Hi, I m on OSX. The device I m trying to connect to responds fine using e.g. screen. When using tokio-serial I m getting the response: called `Result::unwrap()` on an `Err` value: Error { kind: Unknown, ...
  • HerrMuellerluedenscheid
  • 1
  • Opened 
    on Sep 30, 2024
  • #74

Hi! Would it be possible to modify tokio_serial to specify futures as an optional dependency? It seem to only be used in two places -- once in the unix prelude and another time in the framed serial stream ...
  • Tropix126
  • Opened 
    on Jul 12, 2024
  • #73

Hi, first, many thanks for tokio-serial. It has been very useful to us. I raise the following issue to ensure you are aware of it. In the course of debugging realtime performance of an application (which ...
  • astraw
  • Opened 
    on Jul 11, 2024
  • #72

Dear all, I am having trouble running the project s example using the correct settings on my Windows 10 host to an ESP32-C6 device. I have a device connected to COM3, baud: 115200, data bits: 8, no flow ...
  • DerAndereJohannes
  • 2
  • Opened 
    on Mar 11, 2024
  • #71

A simple example compiles on Linux but fails on Windows: use tokio; use tokio_serial as serial; #[tokio::main] async fn main() { let builder = serial::new( example/port , 9600); if let Ok(stream) ...
  • doylep
  • 3
  • Opened 
    on Dec 14, 2023
  • #69

I am using tokio-serial to write to a microcontroller running MicroPython in REPL mode. I have verified through a direct connection to it through screen that REPL works as intended. From my rust binary, ...
  • manglemix
  • Opened 
    on Nov 9, 2023
  • #67

Hello, Is it possible to have a task awaiting a read while another task writes? I have a usecase where I need to send packets but I can also receive at any point, so I need to be able to simultanously ...
  • miker1423
  • 6
  • Opened 
    on Jul 21, 2023
  • #64

It s not linked in the docs: https://docs.rs/tokio-serial/latest/tokio_serial/struct.SerialPortBuilder.html#method.open_native While in Mio you can go to it s documentation: https://docs.rs/mio-serial/latest/mio_serial/struct.SerialPortBuilder.html#method.open_native ...
  • elpiel
  • Opened 
    on Jun 20, 2023
  • #63
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub