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.

Interface PIC and PC

Status
Not open for further replies.

sangeo

Member level 2
Joined
Jun 2, 2013
Messages
44
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,647
Haii All Iam trying to display my pic adc values in computer.My problem is i dont know how develop an application in computer.. My requirement is there is an application on which a button, when we pressing on that button , generating a graph with my adc values .I can Interface through rs232 Port.
My doubt is which language is used for developing such applications. I heard about VB6, Visual Studio, and Which one is more easy and suitable for such applications
 

My requirement is there is an application on which a button, when we pressing on that button , generating a graph with my adc values.

I can Interface through rs232 Port.

My doubt is which language is used for developing such applications. I heard about VB6, Visual Studio, and Which one is more easy and suitable for such applications.

While it is certainly possible, there no need to utilize the legacy VB6, all of the most recent releases of the Visual Studio .NET, provide a serial port class which supports interfacing directly to a serial COM port, utilizing VB.NET, C#.NET or managed C++.NET. Microsoft also offers "Express" versions of Visual Studio .NET for free download and use, simple choose the programming language which you are are most comfortable.

Also, many of the recent Windows based applications which with builtin graphing capabilities, provide the means to interface and retrieve data via serial COM port, like MATLAB or applications which support Visual Basic for Applications (VBA) like Excel.


BigDog
 

Hai Mr.Bigdogguru Thanks for your valuable information and i understand that vb is very old one. One more thing I am not familiarize with Matlab, Is it possible with Lab View?
 

ok Now i am interesting in learn Visual studio how can i download it .what about its size? if any body knows please help me

regards
san
 
Last edited by a moderator:

Visual Studio Express is freely downloadable from the Microsoft website:




BigDog
 
  • Like
Reactions: sangeo

    sangeo

    Points: 2
    Helpful Answer Positive Rating
Best Suggestion try QT.
I have did the exact same project you are talking about.!!
 

@Arya Kumar

Could you recommend me some website to study QT, I am interesting in it.
 

JUst download QT MIGGW from QT site..
they have sample projects..!!
u can just play with those sample files and learn!!

Another very simple interface way is doing via Matlab.
there u can also easily perform operations with the received data.
 
I'm using Lazarus, the free Delphi knock-off. There's a serial port add-on, and add-ons for just about everything. The Pascal like style is easy to get to grips with. Disappointingly, Java and actionscript won't do serial port without jumping through multiple third party loops.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top