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 to show message on PC when PIC interface with PC...

Status
Not open for further replies.

neo086

Newbie level 4
Joined
Nov 7, 2010
Messages
6
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,315
can the message show on the PC when PIC interface with PC via USART???
It can be done using microsoft HyperTerminal???
 

can the message show on the PC when PIC interface with PC via USART???

Yes you can write a program (example Visual Basic) to view the data coming from PIC and you can send the data to the PIC

It can be done using microsoft HyperTerminal???

Yes you can send and receive data using Hyper Terminal

Search the forum for more details
 

    V

    Points: 2
    Helpful Answer Positive Rating
can writting the code to pic to show the message ...jus like the code to show message in LCD ????
 

first you need to program at your PIC to send some character such as "Hello"..
then at computer (using Visual Basic) you need to program to receive it..
my advice, get yourself familiar with Visual Basic first...
 

first you need to program at your PIC to send some character such as "Hello"..
then at computer (using Visual Basic) you need to program to receive it..
my advice, get yourself familiar with Visual Basic first...

can u send me some reference????thks a lot....
 

here your order sir....huhu
 

Attachments

  • receive.zip
    1.5 KB · Views: 133
Last edited:

how to run a visual basic program by using pic....???
means to write a source code in pic microcontroller to open a visual basic program that is designed in PC...
pls giv me some references and examples of source code...
thks a lots...
 

No..you cant run that Visual Basic Source Code to pic..
Visual Basic is a software to create graphical user interface (GUI)..
or in easy way to explain, you are going to make your own software using visual basic..
the attachment that i gave to you is going to open with visual basic..like u open .doc file wit ms word..

so in your PIC program u just need to send data through uart..same way u send data to hyperterminal..
 

No..you cant run that Visual Basic Source Code to pic..
Visual Basic is a software to create graphical user interface (GUI)..
or in easy way to explain, you are going to make your own software using visual basic..
the attachment that i gave to you is going to open with visual basic..like u open .doc file wit ms word..

so in your PIC program u just need to send data through uart..same way u send data to hyperterminal..

your means that i have to send data via uart to open the visual basic file or program created of visual basic???
pls giv me some example of references about how it can be done...
thks a lot....
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top