Thread overview
Serial communication library
Sep 22, 2022
Imperatorn
Sep 24, 2022
Imperatorn
Sep 24, 2022
Arjan
September 22, 2022
Hi guys!

What's the best/preferred library to use for serial communication (RS)?

Thanks 🍀
September 24, 2022
On Thursday, 22 September 2022 at 12:05:00 UTC, Imperatorn wrote:
> Hi guys!
>
> What's the best/preferred library to use for serial communication (RS)?
>
> Thanks 🍀

I will give onyx-serial a try
September 24, 2022
On Saturday, 24 September 2022 at 08:52:42 UTC, Imperatorn wrote:
> On Thursday, 22 September 2022 at 12:05:00 UTC, Imperatorn wrote:
>> Hi guys!
>>
>> What's the best/preferred library to use for serial communication (RS)?
>>
>> Thanks 🍀
>
> I will give onyx-serial a try

Also on code.dlang.org:

https://github.com/NCrashed/serial-port

Depending on you specific needs, using the platform/os api is also an option.