ok I got it, the driver is working. Great work
the following link helped:
http://www.osronline.com/lists_archive/ntdev/thread3760.html
Type: Posts; User: tfm; Keyword(s):
ok I got it, the driver is working. Great work
the following link helped:
http://www.osronline.com/lists_archive/ntdev/thread3760.html
How can I know about the PID that I need to put in the inf file ?
I solved the problem. The solution turned out pretty simple.
I just removed my own created "Exit It" button from the application.
The cellphone automatically provides its own "Exit" button for...
I don't understand your point ?
I'm also doing "notifier.close()" when "Exit It" button is clicked. You are also doing the same.
Imagine this scenario. User opens the midlet and the code reaches...
I have the following code in my cellphone which is listening for incoming connections. I have to listen for connections until the user himself closes the application, so that is why there is a while...
Zanzon!
Where you able to programmatically acheive this ?
If you go into your phone Bluetooth -> Paired Devices
Select a device, and from the options menu, select "Set as authorised". This will allow the device to connect to the selected device without...
If you go into your phone Bluetooth -> Paired Devices
Select a device, and from the options menu, select "Set as authorised". This will allow the device to connect to the selected device without...
If you go into your phone Bluetooth -> Paired Devices
Select a device, and from the options menu, select "Set as authorised". This will allow the device to connect to the selected device without...
well the thing what I want to do is that when I want recurrenlty connect get some data of a bluetooth device and then disconnect.
But everytime the master requests a connection with my slave on...
I want a sample code so that when my 2 bluetooth devices attempt to make a connection they should pair first. how can I do that ?
The code should be in jsr82.
I set the authenticate and...
I just wanna ask is the following thing possible:
A bluetooth device runs 2 thread A & B.
thread A is running an RFCOMM service on it and Thread B is acting as a slave to another piconet.
When...
I have a RFCOMM server running on the desktop. When I try to connect the 3rd client with it I get the following error:
SERVICE SEARCH NOT REACHABLE
I don't know from where it appears up, it...
Jossnaz I'm a student from Pakistan, working on a similar kind of project which you are.
My project differs in the sense that my client does not need to receive anything from the server but it...
I purchased the following Dongle:
http://www.msi.com.tw/program/products/communication/cmu/pro_cmu_detail.php?UID=617
According to the dongle specs on the website, the dongle is capable of...
Is there a way to connect more then 7 slaves to a master RFCOMM server
running on a desktop. I'm trying to write a bluetooth application for
the desktop which would be running a bluetooth server &...
Is there a way to connect more then 7 slaves to a master RFCOMM server
running on a desktop. I'm trying to write a bluetooth application for
the desktop which would be running a bluetooth server &...
Here is the situation.
1. I run the server on the desktop
2. Discover the desktop service through my cellphone A
3. The cellphone A connects to the service & starts communicating
Now I run...
Hi,
I'm writing an app which does 2 things
1. Handle Key Pressed Events
2. Prints out String on the screen.
I've tried the drawString method but its giving me problems such as:
1. Not...
There are 5 bluetooth devices, 2 desktops & 3 cellphones.
Now one of the desktop is running a RFCOMM server and the 3 cellphones want to connect to this server as client.
But when I run the...
I still don't understand, what should I do.
I already have the WTK installed. I know how to emulate 2 bluetooth apps on the WTK but as I told above one of the app is on J2SE.
I have a server code on J2SE and client code on J2ME.
Now how can I test the code without installing the j2me code on the cellphone?
Well through another J2SE bluetooth app I figured out the URL for my Nokia 6600.
Now I'm trying to open a connection with the cellphone through the following code but the cell phone is asking for...