If you aren't too lazy, try to write your own Terminal Software for your PIC. It sounds harder than it is, if you use the Python Skripting Language (availible for all OS types) and the USPP Python Module from Isaac Barona. You'll need only very few lines of code (three or so) to get the Byte fro= m the serial interface, or to put it there for the PIC to recieve it! Trying to write your own terminal software would have the advantage, that you could develop specialised user interfaces for your later PIC projects. (For example a wheather station could profit from a special GUI rather th= an from a terminal.) Python itself is easy to learn even for a beginner and is well documented. LINKS: USPP Module and Doc's: http://balder.prohosting.com/ibarona/en/python/uspp/uspp_en.html Python Skripting Language and Doc's: http://www.python.org/ btw. when you use Python, your code could easily be ported to another OS.= .. MfG, Do.Pe. -----Urspr=FCngliche Nachricht----- Von: David Schmidt An: Gesendet: Mittwoch, 18. Februar 2004 16:09 Betreff: Re: RS232 terminal program for Windoze? > ZOC from www.emtec.com > > The nice thing is you can also telnet to an IP address, and supports > scripting. You can also set the scrollback buffer to be really large. > > > Can anybody advice a good RS232 terminal program for Windows2000? I n= eed > it to communicate with my 16F628. > > -- > http://www.piclist.com hint: The PICList is archived three different > ways. See http://www.piclist.com/#archives for details. > -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.