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.

how can I make an interface between my pic18 and the PC?

Status
Not open for further replies.

Nizar_Ib

Member level 1
Member level 1
Joined
Nov 28, 2012
Messages
37
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Visit site
Activity points
1,570
I have a pic18 microcontroller connected to a UART-to-USB bridge!
I need to show the data on the EEPROM memory of the pic on my PC.
what kind of software could help me?
 

I have a pic18 microcontroller connected to a UART-to-USB bridge!
I need to show the data on the EEPROM memory of the pic on my PC.
what kind of software could help me?

Use a serial terminal like putty, or mikroC Usart terminal, or arduino serial terminal. There are many serial terminal softwares.
 

Use a serial terminal like putty, or mikroC Usart terminal, or arduino serial terminal. There are many serial terminal softwares.

serial connection.jpg

that what I'm trying to do, I click open but nothing work.
Am I in the right way?
 

View attachment 90531

that what I'm trying to do, I click open but nothing work.
Am I in the right way?

Make sure you have chosen the correct com port for the usb to usart module by checking the device manager -> ports.

In putty,
Set the the speed to baud rate you use in your MCU. Set parity to none. Then go to Session and select serial. Then click open.
 

I think COM1 will not be your COM port for USB to UART Adapter. Most PC have one COM port and it will be COM1. So, the COM port for your USB to UART adpater will be other than COM1.
 

Make sure you have chosen the correct com port for the usb to usart module by checking the device manager -> ports.

Ports.jpg

I don't see "Ports" on the device manager!
how do I locate my ports? it's already connected..
 

in your device manager, scan your hardware changes, it will update your USB to Serial line.

its not detecting means, then you would have the problem while installing the USB to serial drivers.

and also you can use the Hyperterminal software, its pitty easy to use.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top