- https://www.heidenhain.es/es_ES/software/
- https://product.heidenhain.de/JPBC/image/FILEBASE_PUBLIC/TNCremo33428.zip
import subprocess, re
constr = ['wine', '/home/ubuntu/TNCcmdPlus.exe', 'RUNINFO E', '-i', 'XXX.XXX.XXX.XXX']
p = subprocess.Popen(constr, stdout=subprocess.PIPE)
out, err = p.communicate()
print(re.split("RUNINFO", out)[1])
export WINEPREFIX=~/.wine-demo
wine winecfg
winetricks vcrun2005 vcrun2010
wine /home/ubuntu/TNCcmdPlus.exe
wine /home/ubuntu/TNCcmdPlus.exe
CONNECT I XXX.XXX.XXX.XXX
RUNINFO E
DISCONNECT
EXIT