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.

Visual Basic And the 8051

Status
Not open for further replies.

goosiegoo

Junior Member level 3
Joined
Sep 17, 2002
Messages
25
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
USA
Activity points
191
vb5 uln2803a

anyone know a good free tutorial to learn VB for the 8051??and how to use the serial port with VB.

thanx a mill
 

visual basic compiler assembler 8051

goosiegoo said:
anyone know a good free tutorial to learn VB for the 8051??and how to use the serial port with VB.

thanx a mill

OMG

I hope it is a joke :) a 8051 isn't something wich much ressource. ASM is still the better for any mcu code at my point of view, or C even.

Basic seem something people like, but VB............ ;)
 

hpgl 8051

yah, i know, but i would get extra points if i use VB :D
i know ASM quite well, C i dont know, i would like to learn it too.
know any good ebook or tutorial???
 

visual basic tutorial with micrcontroller

goosiegoo said:
anyone know a good free tutorial to learn VB for the 8051??and how to use the serial port with VB.

thanx a mill

VERY careful with VB for serial port programming connecting to the embedded system.
Usually VB use two-byte Wide character set instead of single byte character. So characters in other Locales not considered in developing will be ruined.

That is WHY I hate the VB!!!
 

lithuanian character set vb

goosiegoo said:
anyone know a good free tutorial to learn VB for the 8051??and how to use the serial port with VB.

thanx a mill


hai,


use the demo c compiler like

www.8888.com

it has the good resources for serial port
so u compile the c code to 8051 and download rhe code to demo board
connect the seial port to vb

open the vb
open sample dir
open mscomm project in ur msdn cd
if u dont have it
download from
www.microsoft.com
run it
it will show the ur send code from 8051 boad

if any difficulty call on

bye
 

visual basic to serial 8051 source code

Hi,
For learning VB the bet site is
www.planet-source-code.com
search for serial communication on site.


For simple working on 8051:
www.mcselec.com use BASCOM from there.

VB is great and simple for normal work.

------------
Great Pakistan
 

basic 8051

Yes, **broken link removed** is really great for fast development of easier projects, but in the long term, Assembler is a must on µC.
 

basic for 8051

I agree with Mr.mip. ASM is a very good basic if you want to practical in 8051. Just try it is not too difficult. :)
 

sample vb code for 24lc16

It s the best to use asm and C for 8051
about second side Delphi is much better then VB :D
 

mscomm vb bascom avr

vb is totally imposible to implement some real-time and high-speed (not so high) system. for effective system implementation, asm is the only choice.. yeah.. i think so.. even c..
 

8051 circuit and vb application

Try again in this site. www.thaiio.com
is very good for vb beginer and about ioport.
 

vb hpgl to stepper

i am working on a plotter , 3 steppers controlled with a 89c51 and uln2803. it interparets hpgl files from pc via serial port and stores config in a 24c16 eeprom. i am also trying to interface it with vb. any helps will be appriciated.
 

visual studio 2005 mcs51

I am attaching a list of very good articles that explain PC serial and parallel port interfacing using VB. Some of these work well however with Windows 98.
 

8051 with visual basic

hi my dear
i want have send and recive with 8051 in visual basic by serial port
but i not sure it doing
please tell me can i have communication with 8051 in visual basic
alireza2003ibm@yahoo.com
 

8051 visual basic

alirezavb said:
hi my dear
i want have send and recive with 8051 in visual basic by serial port
but i not sure it doing
please tell me can i have communication with 8051 in visual basic
alireza2003ibm@yahoo.com

please, explain what is the string that you will send to the 8051 hardware ?

I will try to help you.
bsiswoyo
 

vb application for 8051

i don'w know why i feel that VB is a very stupid language and MS insists to support like here son, even this son brings nothing but troubles,
any way my friend, try another langage, ASM, C then
interface it to Borland C++Builder to make it visual project, it's the optimum
 

8051 basic

I dont think VB is stupid language. As its easy for beginner.
 

vb compiler for 8051

Well i guess you can find exactly what you are looking for in the book Serial Port Complete by J.Axelson ,
It explains 8051 and serial port interfacting in VB .

Its available for download at our forum.

And as a lot of debate has been going on VB ,i'd also like to add up that
"VB is like eating the cake without knowing its ingredients and recipe at all "

Hence its enjoyable and good to use ,but when someone with a real sense of caution or awareness meet it , for him/her its just too bad !!!!!

Still VB holds a good market !!!

Goodbye !
 

vb eeprom bascom

goosiegoo said:
anyone know a good free tutorial to learn VB for the 8051??and how to use the serial port with VB.

thanx a mill

Please read this link:
 

visual basic onto 8051

hi my dear
did u tried
www.planet-source-code.com
first this web site is very good site to find some source codes for most popular applications.
but i think u are using dot net now not vb 6 or older versions . so if u use vb or vc then the final step will use the same compiler for all visual studio languages
there is no effect if u use vb or vc " two faces for the same coin" try vs.net is the best
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top