Feeds:
Posts
Comments

Plug and Play:

Attach a device with the serial port to the windows machine and it automatical detects and conenct to the com1 of the port

Hyper Terminal:

Go Start> All Programs > Accessories > Communication Tools > Hyper Terminal

Now your are in Hyperterminal window

Configuring Connection with POrt :

Select File > New Configration  ; a dialogue box will appear

Entre Connection name >OK

Connect to > Select the com1 port >Entre

Configure port properties >OK

You are done with the connection.

Verify Connection:

Now test and verify by using basic AT commands

AT

OK

Connecting Devices:

Desktop PC, GSM Mobile

Operating System:

Ubuntu

Hyperterminal Utility:

Kermit
Minicom is another one but suitable is you are interested in scripting, kermit could me used through minicom

Connection commands:

>Set modem type none

>Set line /dev/ttyS*

>Set speed 9600

>Set flow rts/cts

>Set flow xon/xoff

>Set stop-bits 2

>connect

As soon as you enter, aconnection would be established

Test Connection:

Run basic AT Commands to test and verify connection

AT

OK

If you receieve OK from the device that verifies the connection is alive

Closing  Connection:

Press Shift and release then press Control then release and now press C

Write the Script:

filename.sh  ; for shell script

<start of file>

set modem type none

set line /dev/ttyS0

if Fail exit 1

set speed 9600

set flow rts/cts

set flow xon/xoff

set parity-bits even

set stop-bits 2

CONNECT
<end of file>

@>kermit command prompt> take filename.sh

Dial instead of Connect

Instead for connect replace it with ATDA telephone#;

@>kermit command prompt> take filename.sh

would instruct the device to dial a number automatically

Javascript drawing simulation class

http://www.uselesspickles.com/blog/

 

Search the related word weblinks

like in the news world

[ NEWS ] Inquire popular news sources about: Search string*

Google News: Search String

Yahoo News: Search String

Ask Jeeves News: Search String

All the Web News: Search String

[DICTIONARIES ] Look up Search String within the following dictionaries: *

Dictionary.com: Search String

S9 Dictionary: Search String

Biographical Dictionary: Search String

Wiktionary: Search String

Quotation Search: Search String

Advantages:

Every linkon a single page

I’m Telenor subscriber why just because my brother bought a sim for me at the time i got the mobile

I’ve recently recieved a sms from the company about there new service that is

“Dial 1911 the short code and talked to the doctor about the disease discuss the lab reports get prescription and all on the cost of 8/min+tax”

Semester6-OHT1

Exam: FPGA

Before the Exam:

I was planning to have meeting with the Instructor. i send the mail but unable to get the reply as there was a problem with the webmail. So unable to caught him.

Then i planned to see the TA whom i’ve good relation with. but vain by van arrived at the spot.

What I was doing:

I was struggling to create a timeline website for the idea i though in the last semester.

What i did at the home:

I went home write a plan which was good enough to score high what uncertain circumstances always crash that.

10th aprial the bday of my younger brother. party celeberations suck my plan

later on after the dinner i start surfing and hen surfing untill i got sleep

planned to get up at 3:00 but who cares if you are interested to get something done. Finally got up at 7:00 with the same optimisim…

What sucks my plans?

Working on different projects simultaneously

No priorities

No plans

No rules

Away to the track

Sticky brains

My Startups under Evaluation/Evolution/Embryogenesis/Emblazonry”

IDEA:

“Ask AnyThing, from AnyWhere, at any Time n’ i’ll handover to U”

Abstract: Providing such an opportunity to the public which will save there time. Which time; the time which they lose/serve in traveling to get something like;

  • To get the grocery from the store

  • To buy tickets from Air Reservation/ Railway Reservation/ Sports matches and etc.

  • To buy DVD/CDs

  • .

Technology:

By integrating Mobile, Internet n’ Web services

How to Achieve?

Anybody using any mass of communication (Mobile–SMS–, Landline–Call–, or Internet–Email–Web–) will place an order and the company’s personals will handover the order to that specific person at a particular time and place.

Mobile Applications for those placing order using Cell phone, Website for those who want to place an order over the internet

Scenarios:

Like your are in hurry and u’ve to travel from Rawalpindi to Lahore in the mean while u wanted to get some stuff or items but you have no time you just have to place an order that you want that that blah blah right at the Karachi railway station or the airport or any where at this specific time and that’s it. The company will entertain your order they have links to third parties, retailers and distributors to accomplish the task… because they all connected using web n mobile service (the

Personal would received alerts and start their work) and think what; when u reach Karachi airport the man is standing right their to hand over your requested order/package.

Like your are at your home, you opened your refrigerator and there’s nothing interested to eat and you are very tired and don’t want to fetch those products by yourself just place an order with the time when u want to receive your package, to our company and go to sleep and after u get refreshed our personal will knock at your door to drop the package.

Like you’re a computer geek and interested in Internet Based Businesses like me or love to play war-craft games or EverQuest or Ultima Online; the games in which you can earn virtual gold/money in a computer virtual environment then turn part of it into real money… if your are busy in such stuff then obviously you have no time to do other things which requires time to accomplish them like fetching products from the grocery stores, getting tickets for the cinema, or air reservation or u can imagine what else … then just place an order to our company by just sending an SMS … and think done!

Where ever you are, either at your home, at office, at university, on evening walk, at ur meal, traveling, or visiting someone, ask anything you want to ask, and our personal will approach you as soon as possible.

Another aspect could be like “Shopping list

Where one person can share his shopping list with his friend and family members’ whenever you modify your list or add something into it other get informed on their mobiles…and if they are in the market or in the shopping malls; could be able to purchase it for you.

The Advance feature would be like this;

The concept of intelligent refrigerators where each device has a small electronic circuitry consisting of a pressure or temperature sensors which tell the refrigerator that the product is going to finish/consumed totally and the refrigerator send this information to the nearest grocery store and the as soon as the product get consumed totally a person from the store knocks at the door with the products which have totally consumed…

Bluetooth Enabled

Home ?? (Products)RefrigeratorTelecom ServersWeb ServerGrocery Store

I’m waiting to hear from u… for that good startup

Setup First Application

The Java File 

package com.mycompany.client;

import com.google.gwt.user.client.Window;

import com.google.gwt.core.client.EntryPoint;

import com.google.gwt.user.client.ui.Button;

import com.google.gwt.user.client.ui.CheckBox;

import com.google.gwt.user.client.ui.ClickListener;

import com.google.gwt.user.client.ui.Label;

import com.google.gwt.user.client.ui.RootPanel;

import com.google.gwt.user.client.ui.Widget;

/**

* Entry point classes define <code>onModuleLoad()</code>.

*/

public class MyApplication implements EntryPoint {

 

/**

* This is the entry point method.

*/

public void onModuleLoad() {

final Button moredetails = new Button(“Details”);

final Button button = new Button(“Register me”);

final Label label = new Label();

final CheckBox cb = new CheckBox(“I Agree with the terms and condition applied by the AppBox”);cb.setChecked(true);

cb.addClickListener(new ClickListener() {

public void onClick(Widget sender) {

boolean checked = ((CheckBox) sender).isChecked();Window.alert(

“It is “ + (checked ? “” : “not”) + “checked”);

}

});

moredetails.addClickListener(new ClickListener() {

public void onClick(Widget sender) {Window.alert(

“How high?”);

}

});

button.addClickListener(new ClickListener() {public void onClick(Widget sender) { if (label.getText().equals(“”)) label.setText(“Hello World!”);

else

label.setText(“”);

}

});

// Assume that the host HTML has elements defined whose

// IDs are “slot1″, “slot2″. In a real app, you probably would not want

// to hard-code IDs. Instead, you could, for example, search for all

// elements with a particular CSS class and replace them with widgets.

//

RootPanel.get(“slot4″).add(cb);

RootPanel.get(“slot3″).add(moredetails);RootPanel.get(

“slot1″).add(button);RootPanel.get(“slot2″).add(label);

}

}

The HTML file 

<html>

<head>

<!– –>

<!– Any title is fine –>

<!– –>

<title>First App</title>

<!– –>

<!– Use normal html, such as style –>

<!– –>

<style>

body,td,a,div,.p{font-family:arial,sans-serif}

div,td{color:#000000}

a:link,.w,.w a:link{color:#0000cc}

a:visited{color:#551a8b}

a:active{color:#ff0000}

</style>

<!– –>

<!– This script loads your compiled module. –>

<!– If you add any GWT meta tags, they must –>

<!– be added before this line. –>

<!– –>

<script language=‘javascript’ src=‘com.mycompany.MyApplication.nocache.js’></script>

</head>

<!– –>

<!– The body can have arbitrary html, or –>

<!– you can leave the body empty if you want –>

<!– to create a completely dynamic ui –>

<!– –>

<body>

<!– OPTIONAL: include this if you want history support –>

<iframe src=“javascript:”” id=“__gwt_historyFrame” style=“width:0;height:0;border:0″></iframe>

<h1>App Box</h1>

<h3>FirstApp</h3>

<p>

Ok guys i know u people are getting bored off by wasting time on the ____.

Now AppBox solves most of your problems and gives YOU the control at your HANDHELD device

</p>

<table align=center>

<tr>

<td id=“slot4″></td>

</tr>

<tr>

<td id=“slot1″></td>

<td id=“slot2″></td>

</tr>

<tr>

<td id=“slot3″></td>

</tr>

</table>

</body>

</html>

Mobile WAP GW Kannel

« Newer Posts - Older Posts »