JWR_FABNexus

Results 10 comments of JWR_FABNexus

I've just started using serialport-rs crate, but I also require the POSIX-like (new) blocking read() behavior that larsch mentions in his post. I would hope this could be incorporated as...

Very good suggestions. If I'm understanding this correctly, I think that the final bullet item under your **Disadvantages** section is actually a 'feature' suggestion and should be moved out of...

Per 'sirhcel's comment above, with regards to this crate's unit test having the ability to operate without physical serial ports (using mocked hardware), I believe a key question to ask...

I don't know how you created your project, or what went wrong, but the following might be useful information. Note that I'm using VS2022 Professional for AMDx64 architecture, with the...

I agree, and viewing the runtime content of an enum struct with vector values is awkward. Here's an example with a variable of E5Item::Binary(vec![94u8,55u8,66u8]) where E5Item is defined as **pub...

This is an issue I also need resolved. I've recently joined this forum, but I'm unclear whom I should be coordinating with to offer my services/support in order to get...

I've also devoted effort to examining this - and have successfully tested with the same (or a very similar) patch. The patch I've tested also eliminates the Windows infinite block...

I have the same concern as mlsvrts. When used the DTR/RTS control lines are often specific to a given (hardware) device. Typically computer to computer serial communications, especially with USB-serial...

Sirhcel, Based on your feedback, I understand that the immediate plan for crate 'serialport-rs' is to cleanup existing examples and library logic so they function robustly, but without significantly modifying...

I've generated and tested a serialport crate stand-alone test and characterization application, named 'receive_timing_info', which characterizes the write() and read() trait methods timing under various operating conditions. I've built and...