Page 1 of 1

Conneting to virtual USB port

Posted: Mon Apr 27, 2020 4:45 am
by MartinNYHC
Hi All,

I need to connect S3D via a virtual USB port to my printer which is emulated via socat.

Code: Select all

socat -d -d -d PTY,raw,echo=0,link=/dev/cu.usbserial-MP tcp:192.168.255.32:5002
lrwxr-xr-x  1 root  wheel  0 Apr 27 10:38 /dev/cu.usbserial-MP -> /dev/ttys003
Unfortunately S3D dosn't "see" this port. Any ideas please?

Thanks, Martin

Re: Conneting to virtual USB port

Posted: Mon Apr 27, 2020 1:08 pm
by MartinNYHC
Forgot to mention that I'm using MAC OS Mojave ;)