Asked — Edited

VB Tutorial #1 - Getting Started

Visual Basic Tutorial 1 - Getting Started While assumptions are not generally a good thing, I am going to start this tutorial project by assuming that the reader has a copy of VB Express and that you have at least a passing acquaintance with it and are comfortable using its IDE. If not, then please get a copy of VB Express (a free copy is available from Microsoft) and go through it's tutorials to become familiar with terms, procedures, etc. As well, I assume you have downloaded the EZ SDK from the EZ-Robot website and have installed it and know where the DLL has been put. 1.1 The first thing you need to is to get VB to recognize the EZ module. Follow these steps: a) Start up VB with a new project; call it whatever you would like say like MyProject. It should be a Windows Form Application. This will produce a form called appropriately enough Form1. Feel free to change this name if you like as well as any of the form's properties. (See why I assumed you knew VB already!!).

b) Now we will add the EZ controls to the Toolbox. If the Toolbox is not showing then use View Other Windows Toolbox to display it. Right Click on the Toolbox. A dropdown menu should appear; select the Add Tab. A new entry in the Toolbox should show up where you can enter the name EZ-B or some other name of your liking. Now highlight the EZ-B tab and Right Click. From the dropdown menu, select Choose Items. A Choose Toolbox Items form should be displayed. Browse to where you put the EZ-B DLL from the SDK and press Enter. The Choose Toolbox Items form will now have 2 new entries; EZB and EZ_B Connect1. Select both items by checking the check boxes on the left and press the OK button. The Choose Toolbox Items form will close and the Toolbox should now have 3 new entries under the EZ-B entry. They are: Pointer EZB EZB_Connect

1.2 Now for your first program. Well it's not really a true program but it will actually do something and an important something as well. We will get the PC to talk to the EZ module.

1.2.1 Go the Toolbox and double click on the EZB_Connect. This will put a special EZ control on the form. This control will contain a button labelled Connect, a label which should default to Auto and another button, this one labelled Debug. You can move the control around to wherever you would like on the form, however, the top left corner is a good place for now.

1.2.2. Now for the fun stuff. Your program is ready to run. All you need to do is attach power to your EZ module and set up the Bluetooth connection. Details in the Getting Started instructions that came with your EZ module work fine. Once you attach power to the module, the LED will start flashing. Run your program by pressing the F5 key, press the Connect button and the Connect button will dim for a while. In a few seconds, the LED on the module stop flashing and the Connect button will change to Disconnect.

1.2.3. If all went well, your program will control whether or not your PC and the EZ module talk to each other. The next tutorial will actually write some code that will let you do something useful.


ARC Pro

Upgrade to ARC Pro

Experience the transformation – subscribe to Synthiam ARC Pro and watch your robot evolve into a marvel of innovation and intelligence.

PRO
Belgium
#17  

am trying to download ARC on a vista laptop.it dont work.als the sdk dont work.?

#18  

@nomad18.08 What error messages are you getting?

#19  

If your system is Windows Vista, the highest version of the Microsoft .NET framework that will run on Vista is 4.0. Both the ARC software (above version 12-1-13) and the newest version of the SDK were developed with the .NET 4.5 framework which only works on Windows 7 and above operating systems. So the latest versions of the ARC application and the SDK will not run on Vista or older systems, only Windows 7 or above.

Do you have a Windows 7 or above system you can run and install the software on?

EDIT/Correction - actually Windows Vista with service pack 2 installs will support .Net 4.5 per Microsoft's website: http://www.microsoft.com/en-us/download/details.aspx?id=30653 You may just need to download it and update Vista if you are not on SP2.

PRO
Belgium
#20  

for my win7 is all ok. but my windows vista home not.as you explained it will not work.thanks i was hoping to get on my vista so i can train whit the i-qbot.

PRO
Belgium
#22  

oh i will checkt that.thanks:D

PRO
Belgium
#23  

the sdk and dotnet did install perfect. the ARC not.get error not supportedx86 you have a link for

#24  

I didn't really follow what you said there. Maybe you should post the exact error messages(s).