Way To Get UUID Bluetooth
Apr 22, 2011
I 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 Replies
ADVERTISEMENT
Sep 14, 2009
i 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 Replies
Feb 10, 2010
How is the Bluetooth connection by Visual Basic Dot Net readers and text sent by the Bluetooth
View 2 Replies
Jul 5, 2011
I 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 Replies
Jun 27, 2010
got 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 Replies
Jun 2, 2009
Where should you start when your next application was a bluetooth hotspot implementation?
View 1 Replies
Sep 28, 2011
How to create code and send sms in vb.net using bluetooth devices..
View 2 Replies
Sep 9, 2009
I 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.
View 1 Replies
Dec 23, 2011
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 Replies
Oct 15, 2010
i 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]...
View 2 Replies
Sep 13, 2011
i wanted to create bluetooth messenger using vb.net for computers.
View 2 Replies
Jun 15, 2011
How 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
View 4 Replies
Sep 22, 2011
How is it possible to read the value of the sonar-sensor of my NXT through Bluetooth (and Visual Basic 2010)?
View 3 Replies
Sep 22, 2011
How is it possible to receive Bluetooth-messages through vb 2010?
View 1 Replies
Oct 22, 2010
i 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 Replies
Jan 8, 2011
how to program using bluetooth dongle in vb.net. i want to send audio to bluetooth headset.
View 1 Replies
Nov 8, 2010
I 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 Replies
Jun 8, 2011
I was wondering if there was a way to transfer a file to another device over bluetooth using vb.net.
View 1 Replies
Jan 9, 2009
i'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 Replies
Jan 22, 2012
I 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]...
View 2 Replies
Jan 10, 2011
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.
View 9 Replies
Apr 7, 2011
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 "
View 1 Replies
Dec 19, 2010
i want create an aplication for find bluetooth device in around give me a sample if it posible
View 2 Replies
Feb 6, 2012
I 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.
View 1 Replies
Nov 20, 2010
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.
View 3 Replies
Jun 30, 2010
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 Replies
May 14, 2012
how to send file from my pc to my mobile using bluetooth @ vb2005
by making a program and inclouding it this feature?
View 1 Replies
Feb 10, 2011
I have a project to read the data from Window Mobile phone 6.5. I want to send the data from handy to laptop via bluetooth. I try out to find samples but it rarely hard to find.
View 8 Replies
May 24, 2009
c# I want to display the bluetooth IP address of the smart phone or pda device that my software is on when a button is pressed in a message box.
View 2 Replies
Apr 27, 2012
Imports System.Net.Mail
Public Class Mail
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim testMessage As New System.Net.Mail.MailMessage
Dim fromAddress As New System.Net.Mail.MailAddress("abc@example.com")
[Code] .....
This is the code I tried but it aint working right, shows failure sending mail, unable to connect to remote server. I am using internet via bluetooth through my gprs enabled cellphone.
View 5 Replies