console output changes

I have a bunch of perl script which drive NET::telnet to do “stuff” in 2.x. None of it works on 3.0 because of changes in console output. This was referenced and marked fixed in this thread:

http://forum.mikrotik.com/t/is-there-a-way-to-turn-off-console-colors-on-ros-3-0rcx/17534/8

But even when using the +tc pr +c on the username, I’m still seeing stuff like this:

 0   ;;; UNKNOWN                                                               \x1B[K      mac-address=00:60:B3:19:C7:CD interface=wlan1 signal-range=-120.120       \x1B[K      authentication=yes forwarding=no ap-tx-limit=0 client-tx-limit=0          \x1B[K      private-algo=none private-key="" private-pre-shared-key=""                \x1B[K                                                                                \x1B[K

I realize the new API is the way to go, but I’ve got a lot of stuff I need to migrate (and of course write a perl client!), and was really hoping my 2.6 provisioning code would work on 3.0!

Any suggestions?

– hugh

well, for me after adding ‘+ct’ to username it began working as earlier…