Wednesday, August 12, 2015

mRemoteNG Serial Connection

mRemoteNG Serial Connection



Its is impossible to simply create a serial connection on mRemoteNG ( a least at 1.67 version) so there is a tip to do that.

1 Using Putty Session

- Download putty.exe and copy it so somewhere ( example to "C:\1")
- Open putty.exe, create Serial Connection, and save it.Dont forget to choose baud rate ( example "COM_9600")
- Open mRemoteNG go to external tools (Tools-External Tools), create new external tool ( example "PTTY_9600")
- At the filename write path+filename ( example "C:\1\putty.exe")
- At the argumets write putty.exe -load "CONNECTION_NAME) ( example "putty.exe -load "COM_9600")
- Choose "Try to integrate" Option
- Create new connection and in the protocol filed choose "Ext. App" then External tool "PTTY_9600" ( external tool name)

2 - Using TeraTerm
- install teratem ( i use v 4.70)
- Create external tool, name it ( example TTRM_9600)
- At the filename write path+filename ( example "C:\Program Files\teraterm\ttermpro.exe")
-  At the argumets write "ttermpro.exe /BAUD=9600 /C=1"
   (/BAUD is baud rate and /C is COM port number)
- Choose "Try to integrate" Option
- Create new connection and in the protocol filed choose "Ext. App" then External tool "TTRM_9600" ( external tool name)

Enjoy!

No comments:

Post a Comment