Hello everybody, I´m trying to connect my XDA II device to a portable
printer with bluetooth by code (C# or VB .NET).
The problem I have is that I can´t get the data I need to connect with
the printer with the bluetooth software that comes with the XDA (the
port that has to be used on the printer to get connected, etc...).
Does anyone know some way or software (open source), that could help
me to get that information ???
Thanks in advance and sorry for my english.
look at opennetcf.org
fumaillo,
have a look at http://www.opennetcf.org here you'll find a framework and samples that you can use to manipulate bluetooth in the way you need. In the namespace IO.serial there are the functions for port access and in the forum you can discuss your issue with othe BTers.
Kind regards,
Udo
Related
Hi,
I´m trying to develop an application that can communicate with the camera application in my PDA (Qtek 2020).
In order to communicate with the camera application, I want to use the DDE mechanism.
I would like to know if it is possible to use the DDE VIs in LabVIEW 7.1 PDA Module.
And also, if anyone has already tried to develop some similar application and knows where
can I get information about the communication protocol, so that i can send the correct messages to the camera application.
Thanks for any help,
Pedro Sampaio
try doing a search in the hacking it forum
for
camera AND sdk or API
but it's not an easy thing to dance with the camera of the htc devices
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, 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
I'm looking for a way to port knock my Mikrotik RouterOS which has a firewall with port knock option and a way to access all my network.
Some more info here: http://en.wikipedia.org/wiki/Port_knocking
The system work just brilliant, but since I recently bought HTC Touch Diamond I'd love to be able to do the same from my WM6.1 phone. In desktop windows environments I'm using a simple command tool called knock.exe (http://www.zeroflux.org/cgi-bin/cvstrac.cgi/knock/wiki) and after that all ports to my network are open I can VPN, RemoteDesktop etc. ... but I'm extreemly new to Mobile Platforms so I have no clue what can I use... i don't even have a simple ping application.
Thanks
P.S.
===
Sorry for the Bad English