Day: August 6, 2018

  • Interesting IDE

    I was looking around for an interesting GUI library which would allow me to make cross platform programs for commercial use for free. Qt Creator which is a great tool, can be use but there are a lot of comments out there mentioning that if one wants to use the Qt library for commercial purposes…

  • Interesting SOCAT Commands

    by

    in

    To be able to make a virtual null modem one can tun the following command: socat -d -d pty,raw,echo=0 pty,raw,echo=0 This should output the follow: 2018/08/03 21:54:16 socat[32628] N PTY is /dev/pts/32018/08/03 21:54:16 socat[32628] N PTY is /dev/pts/42018/08/03 21:54:16 socat[32628] N starting data transfer loop with FDs [5,5] and [7,7] Or similar. Obviously the dates…