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.

best programming language

Status
Not open for further replies.

bader

Member level 1
Joined
Jan 17, 2005
Messages
37
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
310
what is the best programming language for interfacing???????
 

This really depends on what your goals are. What
operating system, which port (serial, parallel, USB,
PCI, etc). Also, what language do you program in?

Easiest for parallel/serial port interfacing would
probably be using QBASIC under DOS. If using
Windows, easiest would probably be VB (MSComm
control for serial, Inpout32.dll for parallel port if
using WinXP).

This topic comes up over and over again, so doing
a search of the board should give you lots to read.

Nick
 

All windows drivers are written in C, so all driver access are basically through system dlls. So the ideal language, and the most efficient one, should be in C.
 

I will suggest using C because all device interfacing is done best using it.It is fast.
 

Use c... a lot of resources available.. fast & compact
 

c language is quite easy to use when doing interfacing with parallel port

you can also try visual basic

if you are using c pls note dat the speed of parallel port is slower than the speed of the compiler so insert proper delays between the statements
 

c is the best , but vb is easy to start too.
 

i'm used Visual Basic , easy and powerfull
 

bader said:
what is the best programming language for interfacing???????

depends on your rating standards : )
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top