> Hi Vasiliy,
>
> The intention with goserial was to communicate with hardware serial ports
> rather than virtual ones. That said, I don't see why it shouldn't work.
> Does your go program want to connect to /dev/vport0p2 instead of
> /dev/virtio-ports/org.mighost.agent.0?
>
> On the wiki page you pointed to, there are testing instructions for the
> serial port:
>
https://fedoraproject.org/wiki/Features/VirtioSerial#Testing_console_IO
> do those instructions work for you?
>
> Does screen work for you?
> screen /dev/virtio-ports/org.mighost.agent.0 115200
>
> Thanks,
> Tarm