-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ioctl and serial ports #1
Comments
That sounds good. I would love to see what you can come up with. |
I suspect its mainly about getting ioctrl to work, the rest is just the But a serial device wrapper class would be very useful.
|
If you want to wrap a couple of C APIs, we can add it to the CSua existing module: For now the CSua module is only wrapping the "environ" API for the environment variables. And they have recently started adding "environ" directly to Swift, at first only for the FreeBSD port apparently. I have yet to test it whether it's enabled for Glibc as well or not. |
Noted, i will check it out, im mainly interested in this because i want to Note: i also created a simple script to manage building if swift on fedora https://github.com/thawkins/fedora-swift You will have to bear with me, im still learning swift, i come from a long
|
I would love to see support for ioctl and serial ports, i spend a lot of time building projects for arduimos, and usb-serial is the best way of interfacing.
I can have a go at implementing the basics if you would be amenable to a pull request.
The text was updated successfully, but these errors were encountered: