vibeeshpv
Member level 2
- Joined
- Oct 19, 2006
- Messages
- 47
- Helped
- 2
- Reputation
- 4
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,522
what are the steps to setup a communication between PC and 89c51 through hyperterminal....
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
From HyperTerminal main screen :
1. Files - Properties - Connect using COM1
2. Configure - Port Setting :
bit per second : 9600
data bit : 9
parity : none
stop bit : 1
flow control : none
You could use terminal.exe or portmon, Googling it for more information.Giuss said:Do you know a freeware terminal that can send and receive directly hex or decimal numbers?
You could use terminal.exe, Googling it for more information.Giuss said:Do you know a freeware terminal that can send and receive directly hex or decimal numbers?
LPT1 is a parallel port, not a serial port, you can't configure LPT1 for COM port!how can I configure LPT1 for COM2 or COM3 ?
As long as you have extra unused Asynchronous Serial Interface on PIC system, you can do it.Is it possible to connect my PIC (under test) to hyperterminal using a diffrent COM port (DB25) same time?