Need create a "host-only" COM port (linux guest)

Discussions related to using VirtualBox on Windows hosts.
Post Reply
wb0gaz
Posts: 31
Joined: 8. Oct 2008, 00:58

Need create a "host-only" COM port (linux guest)

Post by wb0gaz »

I would like to create a COM port accessible to an application running on the Windows host system, that is not associated with a physical serial port on that system. The envisioned serial port would be accessed by a Windows application (running on the host system) as a COM Port, but communications would be with a software application running on the (guest) Linux virtual machine (that would see it as /dev/tty device). I could do this by creating host-only IP port and a "virtual com port" application running on the windows host system, but I'd prefer to avoid any additional software or involvement with the IP environment on the host system. Is this possible? Thank you.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: Need create a "host-only" COM port (linux guest)

Post by mpack »

See section 3.9 (Serial Ports) in the User Manual - your question is answered there.
Post Reply