PDA

View Full Version : PIC to Hyperterminal



joseph Degorio
- 15th September 2007, 10:34
Hello everyone,
I'm new to PBP, can anybody give me a schematic diagram and a sample program to display "Hello world" to Hyperterminal or a serial application window in Microde studio?

Thanks in advance,
Joe

Bruce
- 16th September 2007, 16:38
There's a schematic & code example in every PBP manual for a direct serial interface to the
PC serial port with SEROUT and SEROUT2.

If you need a schematic for a MAX232 type serial interface, you can download a schematic
for most of the MeLabs development boards.

The LAB-X3 for example;
http://www.microengineeringlabs.com/downloads/labx3sch_06.pdf

Wire the MAX232 circuit up, and Hserout ["Hello World", 13, 10] will send Hello World to the
MCS terminal emulator at 2400 bps.

joseph Degorio
- 17th September 2007, 14:12
Thanks bruce for the link...I will work this out...

Thanks again...