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 learn programming language!!!

Status
Not open for further replies.

ngocky

Newbie level 3
Joined
Sep 30, 2006
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,327
I dont know any language to programming yet.Now,my teacher give me a project,this project relation programming for interface with PC.
example:Control another device in home via PC
How can I learn a language to do it.please guide to me because i haven't free time to learn day by day.
thanks
 

First of all,you have to choose a language.
You can search for manuals/tutorials/instructions through internet for more details.
Can you give more details about your project?
 

because i haven't free time than i choose VB6 language,i want to study this language so fast.
details of project is:
- Control other devices at home example TV,air-condition,refrigerator,microwave oven...etc..
- First,you can monitor status all devices with PC,interfacing PC via Serial Port with 89C51 or 8051.And you can control it at PC
- all devices connected to relay or CP,every device use a relay,if one device have problem,system will automatic turn off this device and alarm
- After you go out.Have a regulation automatic control.If you forgot turn off devices,after a few minutes it'll auto turn off.
This some detail of my project.My teacher require me built system via Interfacing with PC.so i have some hard,i don't know any language.
If you have some experience,please show me, thanks a lot
 

I'm not familiar with VB6 language.A useful advice is to search for codes similar to your project,so that you get an idea on how to organise it.
 

I think a Microcontroller will best do the job for you.8051 may be or even 8085 will do.
For that you need to learn assembly programming or C programming.
 

VB6 is the best choice for a new programmer.
Find an IO or Port dll file on the internet that has instructions on how to use the dll in VB6 and download it. Be sure to follow the instructions like where to put the dll file and the like, and make sure the dll works on your OS. If you are using XP make sure it works for the XP, because stuff written for Win98 won't work on XP. I wish I;d save my VB6 PortIO stuff from a few years back when I was driving steppers with it. You can also use the dll in VB.Net but you need to write some extra code to use the dll functions and I can't remember how to do it, I only used it one time and that's a couple of years ago.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top