0

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)?

4

1 回答 1

0

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

于 2011-09-08T19:54:09.790 回答