Page 1 of 1

bluetooth connection via vb to control motor

PostPosted: Wed Mar 17, 2010 10:01 pm
by aziz
hi, ro8 now i'm doing a project deal with bluetooth. i want to know how v=can we control the motor by using the bluetooth as a controller with aid from vb. for example: if we press the forward button at vb from the laptop, the robot or motor can move forward. the connection is use bluetooth skkca-21 at robot and bluetooth doggle at laptop. can u give or tell me some idea to do it.
thanks.

Re: bluetooth connection via vb to control motor

PostPosted: Sat Mar 20, 2010 2:37 pm
by ober
Basically when Bluetooth dongle from your computer connect to SKKCA-21, it will provide a new COM port.

Write a program to access/send command to COM port. The command then will be send to SKKCA-21 and further to your robot.

On your robot, you must also develop a program to process the command receive and decide what to do with it.

Re: bluetooth connection via vb to control motor

PostPosted: Wed Mar 14, 2012 2:02 am
by abam kacak
can you give me some example for source code in VB10?

Re: bluetooth connection via vb to control motor

PostPosted: Wed Mar 14, 2012 9:02 pm
by robosang
how about VB9, 8, 7? Labview maybe? Visual C#, Visual C++, Matlab, Pascal, :mrgreen:

Re: bluetooth connection via vb to control motor

PostPosted: Wed Mar 14, 2012 10:05 pm
by shahrul
abam kacak WROTE:can you give me some example for source code in VB10?

VB Serial Communication