| More and more applications base on personal computers went into our daily life and effect us. But there are lack of convenience methods of control them. The paper, which are based on Bluetooth technology and design a software to control computer through a handset, provides a solution of control a PC more convenience and a new way of interactive between people and computer.Thesis aim to build a suite of data sending and receive program to make wireless control of computer through mobile phone come true. In theoretically, it can realize wireless control with other mobile equipments through the similar method. We use Bluetooth as a transport protocol, both client and server should setup a Bluetooth adapter.We will choose a C/S structure to fulfill this control. There is a J2ME program on client, which is setup on a mobile phone. It can send control information of instructions. On the server side we run a C# program, which can receive control information so that we are able to control computer's keyboarder, mouse and execute computer command as well.The first chapter of this thesis will introduce some applications of remote control nowadays and the background of our project. On the second chapter, I'll show the development of Bluetooth and its protocols and profiles. This chapter will aim on its core protocols such as L2CAP, RFCOMM and how to use them.Then I'll discuss the solution and target of the thesis on the third chapter. On chapter four, I'll show how to develop a client program on a mobile phone by J2ME that will include system structure, the function of each module. It will focus on the UI design, using of Bluetooth, how to send or receive data. On chapter five, I'll show how to design a sever program to receive control commands and it will focus on progress receive data, realize control and so on. The content of the last chapter will compare this solution with other solutions. |