Bluetooth Addin for Visual Studio Team Suite
-
Working with VSTS 2008. Looking for an addin that would allow development for bluetooth headsets [cellphone headsets/earphones] Ideally, none of the features of VSTS e.g. "Intellisense" would not be lost. Additionally, looking for information on the existence of emulation for bluetooth headsets by brand and model. Guidance sought
-
Working with VSTS 2008. Looking for an addin that would allow development for bluetooth headsets [cellphone headsets/earphones] Ideally, none of the features of VSTS e.g. "Intellisense" would not be lost. Additionally, looking for information on the existence of emulation for bluetooth headsets by brand and model. Guidance sought
Bluetooth devices do not use the .NET Framwework.
I know the language. I've read a book. - _Madmatt
-
Working with VSTS 2008. Looking for an addin that would allow development for bluetooth headsets [cellphone headsets/earphones] Ideally, none of the features of VSTS e.g. "Intellisense" would not be lost. Additionally, looking for information on the existence of emulation for bluetooth headsets by brand and model. Guidance sought
Much thanks for your timely reply. I am a systems administrator and not a developer seeking some guidance on the process of development for bluetooth headsets. Would appreciate some continued guidance on how to go about developing code for bluetooth headsets. Is there a broadbased development platform that would work for the majority of retail brands? Is there emulation for the variety of models. Much appreciation for your continued support.
-
Much thanks for your timely reply. I am a systems administrator and not a developer seeking some guidance on the process of development for bluetooth headsets. Would appreciate some continued guidance on how to go about developing code for bluetooth headsets. Is there a broadbased development platform that would work for the majority of retail brands? Is there emulation for the variety of models. Much appreciation for your continued support.
I've never heard of such a thing. I've also never heard of anyone developing code for a headset. What are you trying to do with this?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
I've never heard of such a thing. I've also never heard of anyone developing code for a headset. What are you trying to do with this?
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...Much thanks for your reply. I write as a Windows systems administrator and would like to cultivate my knowledge in development. In the interim, I have been told that the .NET framework does not figure into bluetooth. I have been deliberating over an idea where the cellphone headset that often accompanies cell phones could be used to control another type of device. It is the ability of the headset to convert speech into commands that I would like to direct to another type of electronics. My novice status requires that I seek guidance from the informed. My thought was that an idea the held my attention would be a motivating factor while working through the learning curve. I would ask the following: - Is there a bluetooth development platform that would would include most of the major brands? - What would be the barriers to to such a project? Visual Studio Teams Suite was part of my initial query only because it was given to me at a technet session. Any guidance would truly be appreciated. Cordially, Maurice Newsome, Microsoft Certified Professional
-
Much thanks for your reply. I write as a Windows systems administrator and would like to cultivate my knowledge in development. In the interim, I have been told that the .NET framework does not figure into bluetooth. I have been deliberating over an idea where the cellphone headset that often accompanies cell phones could be used to control another type of device. It is the ability of the headset to convert speech into commands that I would like to direct to another type of electronics. My novice status requires that I seek guidance from the informed. My thought was that an idea the held my attention would be a motivating factor while working through the learning curve. I would ask the following: - Is there a bluetooth development platform that would would include most of the major brands? - What would be the barriers to to such a project? Visual Studio Teams Suite was part of my initial query only because it was given to me at a technet session. Any guidance would truly be appreciated. Cordially, Maurice Newsome, Microsoft Certified Professional
mauricemcse wrote:
It is the ability of the headset to convert speech into commands that I would like to direct to another type of electronics.
It's not the headset that does anyn kind of speech command interpretation. That's the job of the device that the headset is paired to.
mauricemcse wrote:
- Is there a bluetooth development platform that would would include most of the major brands?
No.
mauricemcse wrote:
- What would be the barriers to to such a project?
A complete understanding of Bluetooth and what it's capabilities and limitations are.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009...