Offline
Newbie
Karma: 0
Posts: 3
|
 |
« on: January 03, 2013, 02:01:42 am » |
How to interface Visual Basic 6.0 to Arduino Microcontroller?
please give me guide.. i'm newbie here..
|
|
|
|
|
Logged
|
|
|
|
|
SE USA
Offline
Faraday Member
Karma: 35
Posts: 3650
@ssh0le
|
 |
« Reply #1 on: January 03, 2013, 02:13:58 am » |
VB has a serial class, just talk to it
but why use VB6, stuck at a 1998 bank?
use visual basic 2012 express and VB.net, come into this century for free
|
|
|
|
|
Logged
|
http://arduino.cc/forum/index.php?action=unread;boards=2,3,4,5,67,6,7,8,9,10,11,66,12,13,15,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,86,87,89,1;ALL
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 3
|
 |
« Reply #2 on: January 03, 2013, 02:31:09 am » |
hello thanks for the reply.. can u send me plz the link where to download free for the VB2012 or VBnet thanks.. 
|
|
|
|
|
Logged
|
|
|
|
|
Copenhagen / Denmark
Offline
Edison Member
Karma: 5
Posts: 2346
Do it !
|
 |
« Reply #3 on: January 03, 2013, 06:02:09 am » |
|
|
|
|
|
Logged
|
|
|
|
|
|
|
Left Coast, CA (USA)
Offline
Brattain Member
Karma: 282
Posts: 15443
Measurement changes behavior
|
 |
« Reply #5 on: January 07, 2013, 08:40:37 pm » |
VB has a serial class, just talk to it
but why use VB6, stuck at a 1998 bank?
use visual basic 2012 express and VB.net, come into this century for free
yea, just like in the drug world the first fix is always free.  Lefty
|
|
|
|
|
Logged
|
|
|
|
|
Chile
Offline
Edison Member
Karma: 30
Posts: 1172
Arduino rocks
|
 |
« Reply #6 on: January 10, 2013, 01:05:25 pm » |
yea, just like in the drug world the first fix is always free.  Lefty vb6 is a much worse drug.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 19
|
 |
« Reply #7 on: January 16, 2013, 11:51:08 pm » |
I Tried every .net compatible library out there and found major issues with them all. I ended hacking at firmata .net ( http://www.imagitronics.org/download/arduino.cs, replacing all of the code with serial port processing, and fixing a few bugs with the main processing loop. I may follow up with the author and see if he wants to accept my changes and if so I will post the updated version back here.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 16
|
 |
« Reply #8 on: January 17, 2013, 12:44:30 am » |
if you don't already know visual basic and are just trying to learn some sort of language to interface a computer with the arduino my suggestion would be to learn python.. obviously everyone has their favorite language but the reason I suggest python is because it can and is used in literally everything and is designed to be cross platform unlike Visual Basic.. with python I have made everything from Android/Iphone apps to GUI's that work equally as well on Linux and windows.
also one of the biggest plus's for python and new programmers is that it is very loose with variable assignment and working with strings is super simple.
|
|
|
|
|
Logged
|
|
|
|
|
SE USA
Offline
Faraday Member
Karma: 35
Posts: 3650
@ssh0le
|
 |
« Reply #9 on: January 17, 2013, 01:12:41 am » |
one of the cons of python to new people is that it uses white space to determine structure the difference between this or this could make you hunt for a while
|
|
|
|
|
Logged
|
http://arduino.cc/forum/index.php?action=unread;boards=2,3,4,5,67,6,7,8,9,10,11,66,12,13,15,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,86,87,89,1;ALL
|
|
|
|
|