Question - Access Command station console interface over Wifi from Unix based (Mac) terminal/console? #458
|
Hi, I can separately use the Arduino console and the DCC-Ex installer console to talk to the DCC-Ex board and issue text commands when connected via USB (when not powered through the 8874) Question/Request It would ideal if I could 'log in' remotely (over local Wifi) to the basestation with my laptop to iron out issues/check config etc. To access the underlying command "<....>" interface. Apologies if missed this in the docs. Many thanks. |
Replies: 3 comments 2 replies
|
You will want to use a USB connected serial monitor. Engine Driver has panels where you can send serial commands. But as a WiFi/throttle connection, you will not see replies from diagnostic commands. The discord server is the better option to contact the DCC-EX team.
|
|
You can use telnet to connect to port 2560 and send Harald. |
|
I have an ESP32-S3 Board, with my own app which creates a web interface for seeing the console, just plugin with the USB in host mode and power, I have been using it quite a bit. |

You can use telnet to connect to port 2560 and send
<as first character. Then you can talk "dccex". Otherwise you will have to talk "withrottle" from your telnet command line.Harald.