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.

HELP! Which one is suitable for me?

Status
Not open for further replies.

mutevaggil

Member level 3
Joined
Sep 7, 2006
Messages
60
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Location
Istanbul-TURKIYE
Activity points
1,658
any idea?

DELPHI ?
Visual C++ ?
Borland C++ ?

which one is the most suitable for PORT INTERFACING, GUI, Signal Processing and MICROCONTROL based projects?

briefly, which one is the most suitable for an electronic man?

(NOTE: i know C and Pascal programming languages.)

thanks in advence.
 

mutevaggil,
I think Visual C++ is suitable for you, since VC be good at deal with low layer hardware interface.
regards,
 

    mutevaggil

    Points: 2
    Helpful Answer Positive Rating
but I am more confused now :D

one delphi
one VC++

it is a draw.

any other idea?

[And thank to "whichun" and "the risk master" for their valuable opinion]
 

I've used visual studio C++.It;s fine for me.However i haven't used any of the other two programs.So people who have used more than one of these programs should tell their opinions.
 

    mutevaggil

    Points: 2
    Helpful Answer Positive Rating
Vasilis said:
I've used visual studio C++.It;s fine for me.However i haven't used any of the other two programs.So people who have used more than one of these programs should tell their opinions.

yes vasilis. you are right.

then i will wait for those people who know delphi and VC++.
 

C is good for port interfacing. Study VC++ for more about GUI and usb interface
For parallel port and serial port C is enough.
See parallel port tutorials in this link
**broken link removed**

bibin john
www.bibinjohn.tk
 

    mutevaggil

    Points: 2
    Helpful Answer Positive Rating
yogi said:
C is good for port interfacing. Study VC++ for more about GUI and usb interface
For parallel port and serial port C is enough.
See parallel port tutorials in this link
h**p://booksbybibin.14.forumer.com/viewforum.php?f=4&sid=fa909fa80dd13f7f9c1a67ff06f775a4

bibin john
www.bibinjohn.tk

OK.
Visual C++ is leading by one step.

any other idea?
 

It's not so hard to interface port by VC++. I think delphi is suitable for you.

But don't you think you can work on Matlab?? It makes it easier
 

    mutevaggil

    Points: 2
    Helpful Answer Positive Rating
jakjoud said:
It's not so hard to interface port by VC++. I think delphi is suitable for you.

But don't you think you can work on Matlab?? It makes it easier

does MATLAB let me to interfacing serial or parellel ports or build a good Graphic interface unit?

i dont know too much about MATLAB. what can i do with MATLAB?
 

Yes sure!

In fact the command used for Matlab is "s=serial('com')" which com is the serial port.

For graphical interface you can use the command "guid".

Another advantage is that Matlab is based on C language, which mean that you don't have big problems to work with it
 

    mutevaggil

    Points: 2
    Helpful Answer Positive Rating
jakjoud said:
Yes sure!

In fact the command used for Matlab is "s=serial('com')" which com is the serial port.

For graphical interface you can use the command "guid".

Another advantage is that Matlab is based on C language, which mean that you don't have big problems to work with it

OK. thanks. it seems a good solution.
 

You're very welcome. It's a real pleasure
 

    mutevaggil

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top