Tutorial-PIC Programming Basics Part 3
From CAPE Wiki
[edit] USART (continued)
- NOTE: This section assumes part 2 has been completed or the MAX232 chip was connected to the PIC and DB-9 correctly.
This section is devoted to having serial data received by the PIC's USART using RX pin 26.
[edit] Type to PIC
Hyperterminal allows users to type text over the serial port. After Hyperterminal is configured, any key on the keyboard can be sent over the serial port to the PIC. This is a great way to have the PIC respond to a command sent by the user.
TO BE CONTINUED....
