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 interface a Micro with PC using com/usb ports

Status
Not open for further replies.

s3034585

Full Member level 4
Joined
May 24, 2004
Messages
226
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,296
Activity points
2,087
Hi Guys,

I am trying to learn to develope an application on PC side to talk to a micro using com or usb port. I am familiar with C and can program a micro to talk on a uart.

What is the prefered(most widely used) language for developing applications like these which talk to embedded systems over serial port.

The operating system on pc side can be either windows or linux.

Can some one please provide some pointers/tutorials on this.

Cheers
 

I would recommend C#.
It is the language of the net framework and if you know C it will be pretty easy to get into.
You can download C# Express free from Microsoft.
Once you start to use it, you will never look back, it's a very cool language.
 

The operating system on pc side can be either windows or linux.

Python can be a solution. There is a serial comms module that works on Windows, and I'm pretty sure there must be one for Linux. With C#, I don't know how far you'll get on Linux.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top