Setting up a Null Modem

Windows : com0com

Download one of the two versions below (I recommend using the signed version)

In windows you need to create a null modem serial port.

the easiest (read cheapest) way to do this is using com0com, however there are many other options out there, simply google “windows null modem software”, and you should be able to find many alternatives.

Linux : socat

Install socat with apt-get install socat

apt-get install socat
socat -d -d pty,raw,echo=0 pty,raw,echo=0
sudo ln -s /dev/pts/## /dev/ttyUSB0