473,396 Members | 2,113 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Bluetooth communication in dot net 1.1

How to transfer the file to mobile using dot net 1.1 application using the bluetooth dongle connected to PC.Anybody can help me out from this problem
Jun 23 '08 #1
7 3726
Plater
7,872 Expert 4TB
How does windows do it?
Jun 23 '08 #2
How does windows do it?
I want to do bluetooth communication in dot net 1.1.
Jun 25 '08 #3
Plater
7,872 Expert 4TB
Right, but since there is NO bluetooth controls in .NET you are going to have to mimic it. Knowing how windows talks to your bluetooth device would be usefull.
Does it make the device show up as a disk drive? Does it show up as a SerialPort? As a mouse? As a keyboard? As a HID?
Jun 25 '08 #4
Right, but since there is NO bluetooth controls in .NET you are going to have to mimic it. Knowing how windows talks to your bluetooth device would be usefull.
Does it make the device show up as a disk drive? Does it show up as a SerialPort? As a mouse? As a keyboard? As a HID?

It shows up as a serial port.
Jun 28 '08 #5
Plater
7,872 Expert 4TB
So then if you are stuck using .NET1.1 (SerialPort class was new in .NET2.0) You will need to use DLLImport on the native Serialport control dll (Don't know the name, look it up, should be able to find it)
And then you can use those methods to do Serial Port work.
Jun 30 '08 #6
So then if you are stuck using .NET1.1 (SerialPort class was new in .NET2.0) You will need to use DLLImport on the native Serialport control dll (Don't know the name, look it up, should be able to find it)
And then you can use those methods to do Serial Port work.

but you have to give the port no as well as address of bluetooth to which you want to connect.then how to do this?
Jul 1 '08 #7
Plater
7,872 Expert 4TB
but you have to give the port no as well as address of bluetooth to which you want to connect.then how to do this?
What?
If it shows up as a SerialPort, you would talk RS232 to it (That DLL is the mscomm.dll for serial port usage prior to .NET2.0)
If you don't know the commands to send over RS232 I suggest you start reading up on bluetooth and the commands used by your device, as they are not .NET related.
Jul 1 '08 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Steven Landes | last post by:
I'm attempting to use Visual C# 2003 to build a bluetooth enabled program to allow laptops to "talk" to one another. Normally, this wouldn't be an issue, because I'm fairly familiar with...
0
by: Thomas_Germany | last post by:
I would like to develop a smart device bluetooth application for pocket PC 2003. As I know, Pocket PC 2003 includes the microsoft bluetooth stack. My intention is to use the SDK from mircrosoft and...
3
by: Tor Erik Sønvisen | last post by:
Hi I'm making a server-side solution in Python and need to be able to communicate through bluetooth. Is there any bluetooth-packages out there for python? regards tores
3
by: Vikas | last post by:
Hello, Is there a support in .NET framework to work with BlueTooth enabled devices? Thanks. *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in...
0
by: praveeny | last post by:
Hi, I would like to know how to design program that should connect pc to mobile either by serial, bluetooth. And i wanted to know how to read MMS from mobile to PC. I am waiting for reply.
1
by: arthurclucas | last post by:
Hi everyone, I'm have two iPac Devices and I'm trying send some bytes from one to another via Bluetooth communication. I use the CreateFile command to send the data and the ReadFile command to...
2
by: lakshmiRam | last post by:
hi iam doing an project where i need to send data in and out between pc and mobile using bluetooth and i red some where that we need intelbth.dll in system for this communication is it true. coz my...
1
by: lakshmiRam | last post by:
hi i have a bluetooth dongle and a program to serach all the devices using bluetooth, but the problem is findFirstDevice() function always returns null so it fails in searching but, i know that...
0
by: lakshmiRam | last post by:
hi i have a code which was supposed to read data from serial com (bluetooth) and save in a file. but when i send a audio file from my mobile to pc the program will not read the port i have ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.