So lets say you have a photo and want to know all about it, what you’ll do ? Share it with your friends in Social networks or forums and ask them about it. Now Google provides an added feature in its Image Search engine which searches for your image and provide you with all related information about it.
So lets say you have a photo and want to know all about it, what you’ll do ? Share it with your friends in Social networks or forums and ask them about it. Now Google provides an added feature in its Image Search engine which searches for your image and provide you with all related information about it.
1. SerialConnection.java - This file is used to connect to your COM port from your java program
2. SerialConnectionException.java -This file is for handling serial connection exceptions in your Java program.
3. SerialParameters.java - This program is used to set your COM port properties for connecting to your com port from your java program
4. Sender.java - This is the program that implements runnable and sends SMS using the serial connection
5. SMSClient.java - This java class is the main class that can be instantiated in your own java program and called to send SMS. This program in turn will use all the above four files internally to send out your SMS.
2. SerialConnectionException.java -This file is for handling serial connection exceptions in your Java program.
3. SerialParameters.java - This program is used to set your COM port properties for connecting to your com port from your java program
4. Sender.java - This is the program that implements runnable and sends SMS using the serial connection
5. SMSClient.java - This java class is the main class that can be instantiated in your own java program and called to send SMS. This program in turn will use all the above four files internally to send out your SMS.
Subscribe to:
Posts (Atom)