Hello Guys,
I just buy a MacBook. I was used to work with win hyperterminal and I am looking for something similar on mac. I found Zterm but I don’t like it. Do you have suggestions?
Hello Guys,
I just buy a MacBook. I was used to work with win hyperterminal and I am looking for something similar on mac. I found Zterm but I don’t like it. Do you have suggestions?
I just use the ‘screen’ command in the terminal but that might be a little bare bones:
screen /dev/tty.usbserial-SerialNumber 9600
Then use Control-A Control-\ and “y” to exit.
If you’re specifically looking for a GUI application I don’t have a recommendation.
–Philip;
Thanks for your answer. Yes in fact I am looking for a GUI.
If anbody as a suggestion?
minicom works well, you can install it with macports and then start it by just typing in ‘minicom’ at the terminal.