Bluetooth Pairing With A HID?
Sep 14, 2009i got a app that needs to connect to a HID device.but every time i off my PC the pairing of the 2 (PC with the HID device) is gone. is there a way for VB to pair it ?
View 1 Repliesi got a app that needs to connect to a HID device.but every time i off my PC the pairing of the 2 (PC with the HID device) is gone. is there a way for VB to pair it ?
View 1 RepliesI am trying to pair numbers, like for a tournament. I need an idea for the algorithm to pair up the numbers, not the code, but the algorithm.
View 1 RepliesI am trying to create a pairing program.to get a format like in the Image.Here is some of my code... I am goining wrong somewhere, and my loop is infinite or something...What am i doing wrong?
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim r1, r2 As Integer
Dim MyValue, MyValue2 As String
[Code]...
I created an application in which the user has to specify the number of rows and collumns. Once these are specified, a Table Layout Panel creates these number of cells with each cell having a button and a Text Box inside it. On the double click of a button, the user can change the background image of the button, specify the sound for it and similarly fill in the text box too. The sound specified should be played on single button click. Once done for all the cells, it would look something like this.[code]...
View 3 RepliesHow is the Bluetooth connection by Visual Basic Dot Net readers and text sent by the Bluetooth
View 2 RepliesI desgin an app that encoding text to sms format so you can after that sent this text to your mobile.ok now I want to know how can I send this file by bluetooth from my app
View 4 RepliesI am developing for my project is "Remote Control Winamp from Mobile with Bluetooth Connection".I have two applications to develop it. Application server with vb.net programming and application client with J2ME.[code]...
View 1 Repliesgot a good sample of using VB to get a list of Bluetooth devices? And to maybe send and receive a file.Also, I'm using VS2005. Is there any better Bluetooth resources available if I upgrade to VS2010?
View 6 RepliesWhere should you start when your next application was a bluetooth hotspot implementation?
View 1 RepliesHow to create code and send sms in vb.net using bluetooth devices..
View 2 RepliesI am looking at adding in some bluetooth functionality to my vb.net application. I require it to couple with a specified mobile phone (that is found by the app) than to be able to retrieve contact information, phone calls (made and recevied) and images from the phone.
Can anyone tell me what my best approach will be for this? If there are any good third party solutions that will do it? If it is actually doable? Im thinking that it should because im basically mimic'ing what all the new fancy cars do with their bluetooth phone compatibility.
I'm looking for an "auto-SMS VB.Net programme module" for window mobile 6.0 professional.my application will operate like below:1. User required pair his hp bluetooth device with his car bluetooth device for first.2. If the accident happened the car sensor will automatic trigger the car bluetooth device to trigger the sms button and send a SMS to a predefined recipient. (this scenario is same with Bluetooth headset, once you press the Bluetoth headset button, you can trigger the mobile phone call function automatically)The process of sending the SMS is 100% automatic, trigger by the car Bluetooth Device and without interception of any users.
View 14 Repliesi use vb 2008 office 2007 , it's a powerpoint add-in application. I need to use a window form as a bluetooth interface.the working procedure is like that when i click the Enum button, it will help me to search for available bluetooth devices.but now i have an error, it shows "WCL ERROR: Specified transfer is not available"
[Code]...
i wanted to create bluetooth messenger using vb.net for computers.
View 2 RepliesHow to send a file via bluetooth through my program? I have a text file that I make it by my program and i want to send it to mobile via bluetooth and also I want my program gives me a message in these 2 cases?
1- In case if there's no bluetooth in computer
2- In case if it dose not find bluetooth device around
How is it possible to read the value of the sonar-sensor of my NXT through Bluetooth (and Visual Basic 2010)?
View 3 RepliesHow is it possible to receive Bluetooth-messages through vb 2010?
View 1 Repliesi am currently working on an application that reads the MAC addresses of all phones within the range of our bluetooth reader on the workstation. However, we would like to reduce the range of the reader to < 1 meter. I have dont alot of research and the only solution that i have found is a hardware one; i.e. changing the device to a class 3 or getting a custom made device that will have it's range adjusted to our preferences. However, i also know that we can adjust the power that runs through the bluetooth device in order to reduce the range. Is there any way that we can reduce the power of the device ? We don't have many funds atm and we're looking at a software solution and not a hardware one.
View 4 Replieshow to program using bluetooth dongle in vb.net. i want to send audio to bluetooth headset.
View 1 RepliesI was trying to play a bit with bluetooth devices but i can't find that much info about it. I'd like to build some sort of program that allowed me to send messages into bluetooth enabled cellphones. The idea was to send messages with tasks/events inside the building. This software would be part of other software such as ERPs or agendas.
View 4 RepliesI was wondering if there was a way to transfer a file to another device over bluetooth using vb.net.
View 1 Repliesi'm currently trying to make a connection between my phone to my PC using vb .net and a program I will build for my phone.my phone should send information (some strings) through the com port, I wrote in google "VB .net bluetooth" and I sew there is a library for vb .net, but I don't think I need that library, can I communicate with a com port without this library? like making a connection with a normal com port?If I'm right, how do I do that? how can I recieve information from the bluetooth com port?
View 7 RepliesI have create a simple app in vb.net that receive data from a bluetooth device ( data are simple strings like "90123.9mm"). Is there a way to check if the device has closed the connection ?
[Code]...
im trying to configure bluetooth device with visual basic, i added my bluetooth device(wich is "bluegiga WT12") to my laptop and it was registed on COM7.In visual basic i created serial port object for COM7 named "bt", and i just want to test community sending a simple char:
bt.open()
bt.Write(1)
But when i try to send, it asks for pairing code, i checked on datasheet of my module and they say it is "1234", but when i put 1234 i get error.
I am working on a project and i need to connect a mobile to a PC automatically through a known port No from (USB ports)
to get an IMSI No. by AT command " AT + CIMI "
i want create an aplication for find bluetooth device in around give me a sample if it posible
View 2 RepliesI am trying to create a client server application. Server side is vb.net program which runs in my computer and listens for commands. Client side is J2ME application which is in my mobile that will send commands.
I have a Bluetooth dongle for my computer and I am going to use Bluetooth as the medium. Wifi is not supported by my mobile.
I know basics of VB.Net(using VB2010). And I have Oracle's J2ME SDK installed in my computer and I have created small(simple applications) applications using it.
So, I have searched in Google. But most of the results are confusing. Today I found Wireless Communication Library .NET Edition. But documentation is very poor. So I don't know in between things, that is connection establishment. But I can code how to execute when each command is received at both sides.
is it possible to communicate with a bluetooth device? I have a fairly simple heart rate monitor which has a USB stick, which connects wirelessly to the monitor.
It utilizes a serial port (COM3), where I can communicate with it. I've tried all sorts of data formats to parse the incoming bytes, from ASCII to INT32 to string... Nothing.
How to read in data from an arduino bluetooth microcontroller? I am new to microcontrollers and I have limited VB experience. The arduino is currently outputting some data to the arduino software screen. I have opened the COM port for the arduino in VB but am unsure how to get the data into a VB string.
View 3 Replieshow to send file from my pc to my mobile using bluetooth @ vb2005
by making a program and inclouding it this feature?