floribe2000
floribe2000
CC#
Created by floribe2000 on 11/26/2024 in #help
SerialPort ParityReplace on Linux
thanks, I had a look at the source code earlier today too, at least this confirms why I'm running into these issues. The event is not always being called in order with dataReceived so that's not going to work unfortunately (tried it just now). Anyways, thanks for the help with this.
21 replies
CC#
Created by floribe2000 on 11/26/2024 in #help
SerialPort ParityReplace on Linux
I tried with 0, not with null
21 replies
CC#
Created by floribe2000 on 11/26/2024 in #help
SerialPort ParityReplace on Linux
It appears as if dotnet overrides them once I open the port
21 replies
CC#
Created by floribe2000 on 11/26/2024 in #help
SerialPort ParityReplace on Linux
Setting the parity is not the main issue, but I need to suppress parity errors. On windows, this works fine but on Linux it does not. I know that this is not exactly what this feature is supposed to do but unfortunately, it's quite popular with embedded stuff to "abuse" parity as some kind of signal bit
21 replies
CC#
Created by floribe2000 on 1/3/2023 in #help
❔ Default behavior of ComVisible attribute
Thanks for the explanations. I somehow missed that part of the official docs
8 replies
CC#
Created by floribe2000 on 9/17/2022 in #help
Branching and release strategy for multi-project repository
the only issue I see with that is manually handling the versions but I guess that could be done using tags containing the version. Thanks for the idea
4 replies
CC#
Created by floribe2000 on 9/17/2022 in #help
Branching and release strategy for multi-project repository
That sounds a lot better than my first idea. Seems like I somehow managed to not see the simplest possible solution 😄
4 replies