Hello
I wanted to configure serial console accessible via the network.
But receive error:
[msg.serial.pipe.posix.bind.bind] serial0: Unable to bind the server socket: No such file or directory
My config:
serial0.present = "TRUE"
serial0.fileType = "pipe"
serial0.fileName = "telnet://192.168.222.1:10000"
serial0.yieldOnMsrRead = "TRUE"
serial0.pipe.endPoint = "server"
192.168.222.1 is the ip address of my PC and port tcp/10000 is not used.
Thanks,