Accessing PC Using Mobile Device via Bluetooth Technology
Collections
Abstract
The objective of our project is to develop software that will perform basic PC controlling
operations using Bluetooth technology. We used an IDE (Integrated Development
Environment), named NetBeans IDE 7.1.2, which gives us efficient and comprehensive facilities
to develop the software. There are two programs we developed for our desired software
(HSTU-Mobix), one program is for the mobile which works as the client and the other is server
program. The client first discovers only the intended server site program and discovers what
services it contains. Then the client program sends some stream data as command to PC’s
virtual communication port (RFCOMM). The server program reads stream data from the
communication port and executes those commands.