| Author |
Message |
m_pourfathi
Joined: 07 Feb 2008 Posts: 237 Helped: 22
|
24 Nov 2008 14:35 uart terminal for windows |
|
|
|
|
Can I read data coming from a uart port of a microcontroller using terminal in windows or should I use another software? I heard avr stuido can do that, but my microcontroller is not avr, it's microchip pic series. I'll appreciate if you kindly assist me in the matter.
regards,
|
|
| Back to top |
|
 |
Google AdSense

|
24 Nov 2008 14:35 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
VVV
Joined: 26 Nov 2004 Posts: 1584 Helped: 290
|
24 Nov 2008 18:18 Re: UART |
|
|
|
|
Of course you can read the data using Hyperterminal. I doit all the time, because it saves me the trouble of writing Windows applications to talk to my micros.
Just make sure the baud rate is set corectly and use only printable ASCII characters, or else you will have a hard time decoding the data.
|
|
| Back to top |
|
 |
maggots
Joined: 04 Apr 2007 Posts: 87
|
25 Nov 2008 21:01 Re: UART |
|
|
|
|
| m_pourfathi wrote: |
Can I read data coming from a uart port of a microcontroller using terminal in windows or should I use another software? I heard avr stuido can do that, but my microcontroller is not avr, it's microchip pic series. I'll appreciate if you kindly assist me in the matter.
regards, |
i dont know that avr studio can do that...
but i know that code vision avr can uart and you dont have to use avr...
you can use terminal(computer icon) in code vision avr ...
but if you dont have the program ..you can use hyper terminal...
thats good enough:D
|
|
| Back to top |
|
 |