This is not a "howto" as I couldn't get it to work. But if you want to know why, read on. I've been using MatterControl instead of MakerBot for my CTC Bizer (Dual) for a while know and have been really satisfied with it. However, the best results (and control) I got with a direct USB connection. Having a 2m-long USB cable dangling is not my style so I've searched for a solution. TCP-Serial bridge There are several options here, but I've settled on ESP8266 (NodeMCU) and one of these projects: https://github.com/jeelabs/esp-link https://github.com/beckdac/ESP8266-transparent-bridge https://github.com/luc-github/ESP3D So basically the ESP8266 acts as a server which then forwards everything to and from the hardware serial connection. The first two projects work (probably) fine, but MatterControl has currently (Nov 2017) an issue with virtual serial ports. I've tried both com0com and VSPE. It runs fine for a few commands (2-5) and then it fai...
Electronics and programming interspersed at various levels of difficulty.