質問

com0com is a great program to have virtual serial ports. My question: is there any library which I can use for simulating serial ports (COM, USB and so on) programmatically in my application without install extra software for such virtual devices?

something like making virtual device in user space? OS: Windows

役に立ちましたか?

解決

Free Virtual Serial Ports by HHD Software Ltd is good for you (License Freeware).

enter image description here

Excerpt:

This device driver implements the functionality of the virtual serial port device. It operates in user mode space, unlike most other device drivers, making the system more stable and secure.

Read more.

他のヒント

All similar software use a special kernel mode driver. It is not possible create a virtual COM port from user space.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top