From: Jan K. <kro...@ho...> - 2012-05-02 20:21:42
|
Hello, I am searching for a free ware VT100 terminal emulater for the IMAC. Can you give me me some sugestions? Cheers Jan kromhout |
From: Charles S. <sum...@gm...> - 2012-05-02 20:55:56
|
I'm not a mac guy, but this might do the trick: http://hints.macworld.com/article.php?story=20041026113304907 I use minicom to talk to amForth from my linux box and it works great. -chassum On Wed, May 2, 2012 at 3:21 PM, Jan Kromhout <kro...@ho...> wrote: > Hello, > > I am searching for a free ware VT100 terminal emulater for the IMAC. > > Can you give me me some sugestions? > > Cheers > > Jan kromhout > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Amforth-devel mailing list for http://amforth.sf.net/ > Amf...@li... > https://lists.sourceforge.net/lists/listinfo/amforth-devel > -- -chuck * This sig intentionally left blank * |
From: Andrew H. <and...@4a...> - 2012-05-03 07:25:13
|
Hi, Open up a terminal. Now you have a number of choices :) loak at man screen. Something like screen /dev/cu.usbserial 9600. adjust the port name and baud rate to suit. My personal favourite is kermit though you ma have to build this your self. HTH Andrew On 2 May 2012, at 21:21, Jan Kromhout wrote: > Hello, > > I am searching for a free ware VT100 terminal emulater for the IMAC. > > Can you give me me some sugestions? > > Cheers > > Jan kromhout > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Amforth-devel mailing list for http://amforth.sf.net/ > Amf...@li... > https://lists.sourceforge.net/lists/listinfo/amforth-devel > |
From: Ulrich H. <uh...@xl...> - 2012-05-03 07:44:54
|
Hi Jan, there are several options with Mac OS X and terminal support. First, you might try command line programms like good old kermit [1] (that's what I use) or screen [2] or as mentioned before minicom [3] And then here are some GUI programs for OS X. Classical is ZTERM [4], but then you can also choose among different Cocoa based apps: Cornflake [5], CoolTerm [6] or goSerial [7]. All have more or less the same features. Have a look at them an choose yourself. You might want to let us know, what suits your needs best. Regards, Ulli Links: [1] http://www.kermitproject.org/ck90.html [2] http://etherealmind.com/serial-console-on-osx/ [3] http://turin.nss.udel.edu/programming/ [4] http://homepage.mac.com/dalverson/zterm/ [5] http://tomgerhardt.com/Cornflake/ [6] http://freeware.the-meiers.org/ [7] http://www.furrysoft.de/?page=goserial Am 02.05.2012 um 22:21 schrieb Jan Kromhout: > Hello, > > I am searching for a free ware VT100 terminal emulater for the IMAC. > > Can you give me me some sugestions? > > Cheers > > Jan kromhout > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Amforth-devel mailing list for http://amforth.sf.net/ > Amf...@li... > https://lists.sourceforge.net/lists/listinfo/amforth-devel |
From: Carsten S. <ca...@st...> - 2012-05-03 08:07:21
|
I use ZOC if I want a GUI tool: http://www.emtec.com/zoc/ Else I use emacs or screen: <http://strotmann.de/roller/cas/entry/terminal_emulatoren_für_forth_systeme> -- Carsten > > Am 02.05.2012 um 22:21 schrieb Jan Kromhout: > >> Hello, >> >> I am searching for a free ware VT100 terminal emulater for the IMAC. >> >> Can you give me me some sugestions? >> >> Cheers >> >> Jan kromhout >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Amforth-devel mailing list for http://amforth.sf.net/ >> Amf...@li... >> https://lists.sourceforge.net/lists/listinfo/amforth-devel > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Amforth-devel mailing list for http://amforth.sf.net/ > Amf...@li... > https://lists.sourceforge.net/lists/listinfo/amforth-devel |
From: Jan K. <kro...@ho...> - 2012-05-03 08:16:51
|
Hello Ulli, Thanks for your information. Some of them in the list are new for me. Yes you are right, I should have mentioned my needs. I need a VT100 or equal emulator for communication between my arduino and this "terminal" I want to place text on fixed positions on the screen, and also have the possibility to delete some text or as an example the text from a certain position to the end of the line. I think wit VT100 emulation this will working perfect. Cheers, Jan Kromhout Hellevoetsluis-NL Op 3 mei 2012, om 09:24 heeft Ulrich Hoffmann het volgende geschreven: > Hi Jan, > there are several options with Mac OS X and terminal support. > > First, you might try command line programms like good old kermit [1] (that's what I use) or screen [2] > or as mentioned before minicom [3] > > And then here are some GUI programs for OS X. > Classical is ZTERM [4], but then you can also choose among different Cocoa based apps: > Cornflake [5], CoolTerm [6] or goSerial [7]. > All have more or less the same features. Have a look at them an choose yourself. You might > want to let us know, what suits your needs best. > > Regards, > Ulli > > Links: > > [1] http://www.kermitproject.org/ck90.html > [2] http://etherealmind.com/serial-console-on-osx/ > [3] http://turin.nss.udel.edu/programming/ > [4] http://homepage.mac.com/dalverson/zterm/ > [5] http://tomgerhardt.com/Cornflake/ > [6] http://freeware.the-meiers.org/ > [7] http://www.furrysoft.de/?page=goserial > > > > Am 02.05.2012 um 22:21 schrieb Jan Kromhout: > >> Hello, >> >> I am searching for a free ware VT100 terminal emulater for the IMAC. >> >> Can you give me me some sugestions? >> >> Cheers >> >> Jan kromhout >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Amforth-devel mailing list for http://amforth.sf.net/ >> Amf...@li... >> https://lists.sourceforge.net/lists/listinfo/amforth-devel > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Amforth-devel mailing list for http://amforth.sf.net/ > Amf...@li... > https://lists.sourceforge.net/lists/listinfo/amforth-devel > |