Hi,
All that u just mentioned i all ready did. I´m talking about the raw j2me ( java code) ... i´m trying to make a udp connection to a server... wonder if i can make a udp connection though bluetooth and how
Main Topics
Browse All TopicsCan anyone help me create a Bluetooth J2ME connection to a http website. It´s for a project in school. I want to write some data in a form and them send it to a object on a embedded server that i have. But iy is the Bluetooth Connection that i am most worried about. I can´t get i working and non of the source code on sun´s website can´t help me eighter, because they are
server / client program :(
Please help me...
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Why are you trying to make a "UDP connection" to an HTTP website? HTTP is a TCP protocol, and UDP would be meaningless. Do you simply mean that the server that happens to run the website is also running a UDP service? If so, you just need to create a UDP socket in Java, and the link below is a good tutorial for that.
http://www.ccs.neu.edu/hom
Business Accounts
Answer for Membership
by: crescendoPosted on 2004-12-17 at 11:53:23ID: 12853366
You need to get the device connected to a network first. What device is it, a PDA or similar? How are you connecting? Via Bluetooth to a mobile phone?
You probably just need to configure the Bluetooth on the device and phone, and "pair" them. There is usually an option to "find devices". Do this on the device and it will find the phone and ask you to set up a "pair" by entering a PIN (you make this up and keep it secret). The phone will then ask you to accept the connection and enter the same PIN.
You will also need to set up the phone to access the 'net, usually via GPRS. Talk to your mobile network to get the settings for your phone, you'll need a login and password so that they can charge you.