Hello Moudman,
MM>>1-what is the operation of that prog?
2-how i can use it in pic project? or in other wors what is the relation between it and picbasic or pic?<<
The program operates exactly as if you are communicating between two Personal Computers... It is a simple Teletype Program that can do ASCII echo of data and data transfer.
You use it in your pic project by selecting serial port for I/O. Select a baudrate that is SLOW (300 baud is good to start out with).
You can use Serout but you have to invert the signal for the Hyperterm to make sense of it.
The Hypterterminal only relationship is being able to communictate back and forth from a PC to a Pic Chip. Pic Basic Pro, or PBP has nothing to do with Hyperterminal... PBP is a different kind of software that compiles 1st and 3rd level computer languages to 1's and 0's (Hex format) so that you can load this Hex file inside your PIC chip, and make the PIC chip do the things you want.
Dwayne
Ability to Fly:
Hurling yourself towards the ground, and missing.
Engineers that Contribute to flying:
Both optimists and pessimists contribute to the society. The optimist invents the aeroplane, the pessimist the parachute
Pilots that are Flying:
Those who know their limitations, and respect the green side of the grass...
Bookmarks