访问 NSStream 的低级属性

发布于 2024-12-03 08:53:59 字数 202 浏览 0 评论 0原文

我有一个 Keyspan PCI 转 RS-422 适配器,用于将旧串行设备连接到 Macintosh。我想使用 NSInputStream 和 NSOutputStream 进行读取和写入,以便我可以利用异步非阻塞 I/O,因为该系统将连接多个设备,每个设备都有自己的特性。

我的问题是如何使用 NSStream 访问设备的一些低级参数(波特率、停止位计数、奇偶校验等)?

I have a Keyspan PCI to RS-422 adapter that I'm using to connect old serial devices to a Macintosh. I would like to use NSInputStream and NSOutputStream to read and write so that I can take advantage of asynchronous nonblocking I/O since there will be several devices attached to this system that each have their own idiosyncrasies.

My question is how can I access some low level parameters for the devices using a NSStream (baud rate, count of stop bits, parity, etc)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

软糖 2024-12-10 08:53:59

我以为在问问题之前我已经研究了所有内容,但答案在另一个类(NSFilehandle)中。

I thought I researched everything before I asked the question, but the answer was in another class (NSFilehandle).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文