Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

UART communication problems

Status
Not open for further replies.

hnipun

Newbie level 1
Newbie level 1
Joined
Sep 1, 2013
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
10
My plan is to senddata from a PIC microcontroller and through UART to PC then save the data in a text file. there are few problems that I have,

1.Since UART is for serial port( RS232) , Can I use that for USB s as well , can that achive that via RS232 to USB converter

2. How can I save data to a text file ? Is there any software for that?

Thankk You
 

1: Yes, you can use usb to rs232 converter. Like PL2303 or ft232rl.

2: You can save data to .txt with any terminal program, like hyperterminal under XP. Switch on recording.
 

Hi,

Just make sure you get the correct converter, some will take the pics usart pin signals direct, others need to be at rs232 levels from a max232 chip.
Plenty of cheap ready made converters on ebay.

Also give terminal programs like Putty a try, they are much easier and versatile to use.
https://www.putty.org/

If you have a Pickit2 programmer you can use its USART tool on the pic hardware for testing purposes.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top