Hi! I think the most recent version is GitHub - tomscii/gen_serial: Generic serial driver for Erlang on UNIX and Windows - I just cloned it and it built fine with Erlang/OTP 25. I used it for a project in 2019 and it worked great. I think historically the older forks didn’t work with Windows but this one does. I’ve no idea about using it in Gleam though, I think you can just pull in dependencies in the rebar3 config but I haven’t done it myself and I’m not sure if it loves native code. It’s not a NIF but a port so it should in theory just build it separately and run. Good luck
I just start learning Gleam. If it doesn’t work well on Beam it is not a big issue. I can use Python or something to run a server to bridge the com port to something that Beam can handle, like a Rest API.