www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Serial communication library

reply Imperatorn <johan_forsberg_86 hotmail.com> writes:
Hi guys!

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

Thanks 🍀
Sep 22 2022
parent reply Imperatorn <johan_forsberg_86 hotmail.com> writes:
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
Sep 24 2022
parent Arjan <arjan ask.me.to> writes:
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.
Sep 24 2022