Haxe/hxcpp @:native integration for managing serial connections and devices.
- Windows
- MacOS
- Linux (untested)
You can install it through Haxelib
haxelib install hxserial_apiOr through Git, if you want the latest updates
haxelib git hxserial_api https://github.com/MAJigsaw77/hxserial_api.gitOn Linux you need to install libudev-dev from your distro's package manager.
Commands list
Debian based distributions (Debian):
sudo apt-get install libudev-devArch based distributions (Arch):
sudo pacman -S libudevFedora based distributions (Fedora):
sudo dnf install systemd-develsudo dnf install systemd-devel
openSUSE based distributions (openSUSE):
sudo zypper install libudev-develGentoo based distributions (Gentoo):
sudo emerge sys-fs/udevSlackware based distributions (Slackware):
sudo slackpkg install eudevVoid Linux (Void Linux):
sudo xbps-install -S eudevNixOS (NixOS):
nix-env -iA nixpkgs.udevCheck out the Samples Folder for sample on how to use this library.
hxserial_api is made available under the MIT License. Check LICENSE for more information.