Hi,
Is there any app for communicating with a serial Device like the Hyperterminal in WinXP?
I have an own-built Robot that has Bluetooth. I already coupled it with my HTC HD2 but I don't see any services for opening that COM-Port and sending or recieving data.
Any suggestions?
Other question:
I'm developing under VB 2008 and never tried developing for WM 6.5 for HTC HD2. Do I need any additional software/plugin/extension for my Visual Studio 2008 to create software for my HTC HD2?
Thanks.
BTW: Nice Forum
Nothing? It is not that hard to write a simple I/O Serial Terminal but I don't really want to waste time on it... so help would be great.
Related
Hi all,
I have done some searching from the forums about java using bluetooth and did not find anything. This is my first post here so blame it on my noobiness if I just missed it.
So.. what I understand (and that is not much in win based mobile devices at this point) the JSR-82 is a some kind of a "framework" which enables java to use bluetooth in applications. I have been trying to use some java applications meant to be used with bluetooth, only to find out that it is not supported with hermes (HTC Tytn with win mobile 5.0 to be more accurate.)
Now I am asking you is there any way around this and is it possible to get this JSR-82 whatever working with my tytn. It would be nice since it would enable the use of java based chat applications and such, which are using bluetooth. Java for that reason that then I could run the same applications as my friends for example with sony ericson.
Sorry for my bad language and bare in mind that this is my first post. thanks for all the answers and have a nicest day!
Sincerely yours,
Henry
No one else wants to use bluetooth functions thru java? or am I missing something critical here?
Hello everybody!
I'm a new vb.net mobile developer and one problem was stopped me: in my application, i need to use some webservices for getting remote information but i'm not able to connect to internet automatically....can everyone help me?
I'm using visual studio 2005 and vb!
Well I don't know about VB (I understand it is problematic to access system functions with that language) but if you could use native APIs than you would just need to use the Connection Manager functions.
Look here.
fabrysious said:
Hello everybody!
I'm a new vb.net mobile developer and one problem was stopped me: in my application, i need to use some webservices for getting remote information but i'm not able to connect to internet automatically....can everyone help me?
I'm using visual studio 2005 and vb!
Click to expand...
Click to collapse
Well for one thing, you need to have a data plan from your carrier before you can access the internet.
What is the device?
even with the horrible syntax
vb .net should be able to do the same things
as c# so i believe
it can be don by including the right .net libs
or in worst case use unmanaged dll's
Thanks to all...i'm reading posted link about APIs!
I will know you the result!!!
Hi guys, I have an HTC touch (sprint) and got a job with a air balancing company and they have software that links their ppc's to their server for live data entry. however the application is only available for the palm os. Does anyone know if installing multiple OS's on a phone is even possible, like installing linux on an ipod? or if not, any way to convert a palm os application to WM6 combatible application. If needed, i have the install files for my application, any assistance would be greatly appreciated. If nothing exists i would even consider payment for the application to be convtered if anyone is intrested.
Thank you
Matt
you would probably have to build the application up again from the ground up if its a native palm application, although, if its written in a common language, i dont see why it couldnt be ported over
somebody more knowledgable should be able to help you better
and welcome to xda-devs
you can use styletap to run palmOS apps on windows mobile, if this is what you want to do.
Well, im 50% there, styletap works great, im able to load the software and run it, no glitches yet, however styletap doesnt seem to be allowing the application to sync with my server. any1 have any ideas? i even tried first establishing a data conn in WM6 using IE and hopped back to style tap to sync again. no luck
hi, I have made a small application to retreive nmea information from my bluetooth GPS on my HTC Tytn phone ( wm6 )
I developped it using microsoft visual studio 2008 pro avec wm6 pro sdk.
I would like to include a button to activate/desactivate the bluetooth from my application, any idear how I could do that plz ?
You'll find native functions and description in the SDK-Help.
Anyway, bluetooth is not simple to handle.
I'd recommend to use a freeware called 32feet to use bluetooth functions in .NET.
I's a library which does the wrapping of native DLL-functions to .NET.
You can find it on codeplex.com.
But keep in mind that it is not guaranteed to work properly, because there are 3-4 different bluetooth stacks on the market and the library does not work with all of them.
Hi,
if I good remeber someone on XDA have made some library to enable/disable BT/Wifi/Phone, and it was make in C# or VB... and there was near 1 or 2 month ago.
I don't know how to find his post but the good users could help you...
Sorry for this little help Hope you'll find !
I've been messing around with the 32Feet libraries (6.1 Touch Cruise with MS stack) and found them to be very useful and reliable so far. But the may be overkill for simply turning Bluetooth on and off. VJVolubilis (http://www.vijay555.com/?Releases:VJVolubilis) may give you what you want but it looks to be only compatible with the MS stack too.
SoftCoder
donzeze said:
hi, I have made a small application to retreive nmea information from my bluetooth GPS on my HTC Tytn phone ( wm6 )
I developped it using microsoft visual studio 2008 pro avec wm6 pro sdk.
I would like to include a button to activate/desactivate the bluetooth from my application, any idear how I could do that plz ?
Click to expand...
Click to collapse
Would like to help, but I like to work on your code. So if you can post it then I will see if I could put these buttons on
Hi guys, this is my first post her on xda-developers, so go easy
I am developing for HTC HD2 windows mobile 6.5 phone, all is going well execpt the fact phone seems to have a different SIP (keyboard) than the default windows one. The HTC one takes up more screen in my application so I would like to get the windows one back. I have tried changing themes, etc but I cant get rid of the HTC one.
Any ideas ?
Thanks.
i tried a lot to make it possible to use the keyboard from wm6. there are some fragments in the reg. but it was not possible for me to activate it.
Hmm, this seems strange as I have an application on my HD2 which is used to configure my BT printer and it has exactly the same keyboard as WM6 so it must be possible.