Mremoteng: Serial option for Putty

Created on 1 Nov 2016  路  4Comments  路  Source: mRemoteNG/mRemoteNG

Can you add interface options for opening serial connections via Putty. This feature is the only-thing stopping me from exclusively using mRemoteNG for managing all my sessions and I sometimes have multiple serial interfaces up.

Enhancement

Most helpful comment

My solution for Windows...

Create an external app:
Filename = putty.exe
Arguments = -serial COM%PORT% -sercfg %HOSTNAME%
Try to integrate = true

Then in each of connections, set them to External app, set the port to the required comm port number, and the Host/IP to the required speed.

All 4 comments

I can already open putty myself and do that now. Having to reconfigure connections that will be sure to change as things are connected and disconnected the request was to add full feature support making the tool all that much more usable especially for folks connecting via console port to different devices and with different settings.

The application should scan what com ports are active and allow them to be selected. I've had up to 4-5 serial connections running before. Second not all the devices I connect to use the same control, baud, etc, manually setting a list of external tools for each com, and each baud rate is more work then just using putty.

My solution for Windows...

Create an external app:
Filename = putty.exe
Arguments = -serial COM%PORT% -sercfg %HOSTNAME%
Try to integrate = true

Then in each of connections, set them to External app, set the port to the required comm port number, and the Host/IP to the required speed.

Am I able to pick this up? I have a solution ready, not sure how to go about assigning this to myself.

Was this page helpful?
0 / 5 - 0 ratings