Skip to content
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

Add support for other operating systems #142

Open
ryan-summers opened this issue May 27, 2022 · 2 comments
Open

Add support for other operating systems #142

ryan-summers opened this issue May 27, 2022 · 2 comments
Labels
enhancement New feature or request refactor

Comments

@ryan-summers
Copy link

Currently, the various packages of rtic-scope require *nix IOTCTL commands for communicating with the TTY and there's some unix socket streams used as a mechanism to move data between the various sources and sinks.

It would be desirable to remove all uses of os-primitives to develop rtic-scope to be platform-independent. Given that probe-rs and other core utilities run on Windows and other supported OSes, it seems like thsi shouldn't be too difficult to refactor

@tmplt
Copy link
Member

tmplt commented May 27, 2022

The largest hurdle (if one at all; I have yet to dive back into it) is refactoring the direct ioctl calls out. Its purpose is to mimic the configuration that screen /path/to/dev <baud rate> applies, specifically for FT232 variants.

@tmplt tmplt added enhancement New feature or request refactor labels May 27, 2022
@tmplt
Copy link
Member

tmplt commented Oct 22, 2022

The serial module that calls ioctl (upstream in itm) can probably be replaced completely with serialport.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor
Projects
None yet
Development

No branches or pull requests

2 participants