I want to use bCNC as a GCode sender but I cannot get bCNC to connect over WiFi. The FluidNC Web Interface works over WiFi and bCNC works over USB.
I try to connect using a web socket by entering “socket://192.168.0.234:81” into the bCNC port text box and when I try to connect I get an error message saying “connection refused”.
There is not any other interface connected to the controller when I try this.
Any thoughts on what could be causing this and / or things I can try?
I am using the web installer and it looks like 4.0.3 is the version I have.
I have tried connecting on port 80. When I try this, bCNC appears to connect but the program freezes up and becomes unresponsive. I dealt with this by de-powering my RPi.
bCNC is a light weight gCode sender that works well on Raspberry Pi. The FluidNC wiki (the page on GCode senders) links to the bCNC github page. I like bCNC because it has some minimal CAM features that I am familiar with.
I would think that any GCode sender would have to be able to connect over web sockets.