MacOS: programmatically finding serial ports?

后端 未结 1 1767
感情败类
感情败类 2021-01-19 05:29

Is there a library call in MacOS to list the available serial ports and the settings of each? Hopefully something that might port to iOS at some time with minimal difficult

相关标签:
1条回答
  • 2021-01-19 06:28

    You use IOKit calls to find serial ports.

    See: Documentation and Sample Code

    0 讨论(0)
提交回复
热议问题