electronics forum

Rules | Recent posts | topic RSS | Search | Register  | Log in

Visual Basic And the 8051


Post new topic  Reply to topic    EDAboard.com Forum Index -> PC Programming and Interfacing -> Visual Basic And the 8051
Author Message
goosiegoo



Joined: 17 Sep 2002
Posts: 26
Location: USA


Post27 Jan 2003 4:10   

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
Back to top
incognito



Joined: 01 Jan 1970
Posts: 89


Post27 Jan 2003 4:16   

visual basic compiler assembler 8051


goosiegoo wrote:
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 Smile 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............ Wink
Back to top
goosiegoo



Joined: 17 Sep 2002
Posts: 26
Location: USA


Post27 Jan 2003 4:23   

hpgl 8051


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



Joined: 06 Jan 2002
Posts: 112
Helped: 1


Post27 Jan 2003 4:40   

visual basic tutorial with micrcontroller


goosiegoo wrote:
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!!!
Back to top
senthilkumar



Joined: 24 Nov 2001
Posts: 668
Helped: 4
Location: india


Post27 Jan 2003 5:26   

lithuanian character set vb


goosiegoo wrote:
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
Back to top
sadat007



Joined: 01 Jan 1970
Posts: 428
Helped: 6
Location: Pakistan


Post27 Jan 2003 6:14   

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
Back to top
mip



Joined: 01 Jan 1970
Posts: 51
Helped: 1


Post01 Feb 2003 19:54   

basic 8051


Yes, Bascom51 is really great for fast development of easier projects, but in the long term, Assembler is a must on µC.
Back to top
Taro



Joined: 28 Jun 2001
Posts: 147
Helped: 3


Post01 Feb 2003 21:16   

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. Smile
Back to top
mgajo



Joined: 15 May 2001
Posts: 347


Post01 Feb 2003 22:01   

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 Very Happy
Back to top
leong



Joined: 16 Jan 2003
Posts: 12


Post06 Feb 2003 8:30   

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..
Back to top
ansandq



Joined: 26 May 2003
Posts: 22


Post26 May 2003 5:13   

8051 circuit and vb application


Try again in this site. www.thaiio.com
is very good for vb beginer and about ioport.
Back to top
Jessay Blue



Joined: 28 Jun 2003
Posts: 3


Post19 Jul 2003 19:44   

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.
Back to top
volta



Joined: 08 Sep 2003
Posts: 30
Location: Sweden


Post08 Sep 2003 22:01   

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.


Sorry, but you need login in to view this attachment

Back to top
alirezavb



Joined: 10 Mar 2005
Posts: 3


Post10 Mar 2005 17:58   

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(at)yahoo.com
Back to top
bsiswoyo



Joined: 27 Jul 2001
Posts: 88
Location: INDONESIA


Post01 Apr 2005 2:57   

8051 visual basic


alirezavb wrote:
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(at)yahoo.com


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

I will try to help you.
bsiswoyo
Back to top
shafee001



Joined: 06 May 2004
Posts: 116
Helped: 12
Location: Egypt


Post01 Apr 2005 21:46   

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
Back to top
mitesh



Joined: 13 May 2002
Posts: 288
Helped: 6


Post02 Apr 2005 16:56   

8051 basic


I dont think VB is stupid language. As its easy for beginner.
Back to top
truebs



Joined: 21 Jan 2005
Posts: 322
Helped: 19
Location: Asia


Post02 Apr 2005 18:24   

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 !
Back to top
Google
AdSense
Google Adsense




Post02 Apr 2005 18:24   

Ads




Back to top
bsiswoyo



Joined: 27 Jul 2001
Posts: 88
Location: INDONESIA


Post05 Apr 2005 1:25   

vb eeprom bascom


goosiegoo wrote:
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:
http://www.edaboard.com/viewtopic.php?t=113977&highlight=bsiswoyo
Back to top
ayemen



Joined: 15 Mar 2005
Posts: 17


Post07 Apr 2005 22:14   

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
Back to top
eng_ahmed22



Joined: 07 Jun 2005
Posts: 178
Helped: 13


Post05 Dec 2005 15:04   

visual basic for 8051


u can use hyper terminal to send and receive from ur 8051 circuit
it does not need any programming
just program ur microcontroller and connect it to the serial port of ur computer, aqnd open the hyper terminal (start --> programs --> Accessories --> communications --> hyper terminal)
any data ur circuit send to the serial port will appear in the computer monitor

hope this useful for u

best regards

Ahmed
Back to top
Arabic versionBulgarian versionCatalan versionCzech versionDanish versionGerman versionGreek versionEnglish versionSpanish versionFinnish versionFrench versionHindi versionCroatian versionIndonesian versionItalian versionHebrew versionJapanese versionKorean versionLithuanian versionLatvian versionDutch versionNorwegian versionPolish versionPortuguese versionRomanian versionRussian versionSlovak versionSlovenian versionSerbian versionSwedish versionTagalog versionUkrainian versionVietnamese versionChinese version
Post new topic  Reply to topic    EDAboard.com Forum Index -> PC Programming and Interfacing -> Visual Basic And the 8051
Page 1 of 1 All times are GMT + 1 Hour
Similar topics:
8051 & visual basic (2)
visual basic for microcontroller 8051 (5)
What is the better Visual Basic, Visual C++ or Delphi ? (79)
Inferfacing 8051 to PC via RS232 with Visual Basic (5)
Visual C++ and Visual Basic (1)
which one is better visual c++ or visual basic for GUI (8)
How to Resize the images in Visual Basic 6? (3)
display the rpm & m/s in visual basic (1)
A Problem In Interfacin A uController To The Visual Basic (4)
Visual Basic and buttons ? (1)


Abuse || Administrator || Moderators || Support us || sitemap
topic RSS