The RealtermWrapper ActiveX/COM is a .NET assembly that allows Internet Explorer to see Realterm ActiveX/COM Events.
We don't know why Realterm itself doesn't work, so the wrapper is a workaround for it.

The wrapper should have be installed and registered in the realterm installer. (V2.0.0.70X)

To register it:
c:\Windows\Microsoft.NET\Framework\v2.0.50727>RegAsm.exe "c:\program files\bel\realterm\wrapper\realtermwrapper.dll" /codebase

to unregister it:
c:\Windows\Microsoft.NET\Framework\v2.0.50727>RegAsm.exe "c:\program files\bel\realterm\wrapper\realtermwrapper.dll" /unreg

