PDA

View Full Version : Hyperterminal Protocal



Blind Al
- 28th October 2004, 16:44
Would anyone know which protocal to use with Hyperterminal for serial port Pic to PC and PC to Pic communication. It shows things like X Modem, Y Modem and such. I've read about the ASCII, Decimal, Binary issues on the forum but am unsure about the Hyperterminal Protocal. Any help would be greatly appreciated. Blind Al

Dwayne
- 28th October 2004, 17:32
Hello Blind Al,,

B>>Would anyone know which protocal to use with Hyperterminal for serial port Pic to PC and PC to Pic communication. It shows things like X Modem, Y Modem and such. I've read about the ASCII, Decimal, Binary issues on the forum but am unsure about the Hyperterminal Protocal. Any help would be greatly appreciated. Blind Al<<

You communicate in ASCII to the chips. what Xmodem Y modem, and all that is, is a way to transfer files from one computer to another.

Your Hypertermianl is defaulted to ASCII, and this is used to communicate to the chip. if you want to send a file form your computer to your chip (like a text file), you will need to use ASCII transfer to read it on the LCD. If you use other transfer methods, you need to build your own protocal decoder, and then send it to a LCD.

Dwayne ( I replied in as generic as possible here)

mister_e
- 28th October 2004, 17:33
Depending what you want to do with hyperterm. If you only want to test serial communication may i suggest you the easy to use MicroCode Studio serial windows.

There you go to download it
http://www.rentron.com/mcstudio/mcstudio.exe

have a look on Bruce's website to see what this software give you.

http://www.rentron.com/PicBasic/products/MicroCode_Studio.htm

or Mecanique web site
http://www.mecanique.co.uk/code-studio/index.html

PIC side you'll a little circuit like this (forget about MCLR connection)

http://www.mecanique.co.uk/code-studio/icd/ICDHardwareSetup.html