Another Do-More remote access question (though not internet). I have an application (with a competitive PLC) where the PLC is at a remote location being accessed as a Modbus slave by a PC-based HMI at an office location, via radio modem. Naturally we wanted to be able to troubleshoot and make program changes from the office as well, but the PLC port could only be configured as a programming port OR a Modbus port, and we certainly didn't want to have to add a second radio. Turned out in that case, the answer was simple -- since we were on RS485 anyway, all we needed to do was add a second com port to the PLC, and with this PLC, you could add additional ports for like $35 a pop.
Now, naturally, I'd like to do future copies of that project on Do-More, but the program-and-Modbus-on-a-single-wire may be the sticking point. Adding additional ports to a 205 is not as clean, especially if you want 485 ports. The lowest-cost and cleanest way I'm aware of would be to buy a SERIO card, plus convert either one of the 232 ports on the SERIO card or the onboard port to 485, then daisy chain the two to the radio, but that still feels pretty kludgey and unnecessarily expensive. Is there a cleaner way to do this? Can a serial port in Do-More simultaneously be ready to work as a programming port and a Modbus slave? I know that's easy with the Ethernet port, do that all the time, but that would require changing the radio, which means I have to change the mated radio, etc., which I really don't want to do.