AlphaComm 88 for an LG Fathom Windows Mobile Phone.

pdablue

Active Member
Licensed User
Longtime User
Hi,

Here is a Serial TX/RX program written for an LG Fathom Windows
Mobile Phone using B4PPC. The program allows you to send Alphanumeric
characters out the Com7 Serial port connection. This program was
tested using a Bluetooth connection to a battery powered Firefly
Bluetooth module.

By pressing a button:

You can send Upper case characters A - Z.
You can send Lower case characters a - z.
You can send Numeric characters 0 - 9.
You can send 26 Special characters.

You can send a string of characters by entering them in the TX
textbox window and pressing the "Send TX" button.

The RX receive window textbox will display characters that are
received across the wireless Bluetooth serial port connection.

You can Open and Close the Serial Port connection.

You can Clear the TX and RX textbox windows.

You can press the "SIP" button to turn the Soft Input Panel
keyboard On and Off.

You can select the character sets: Upper, Lower and Special.

This program was written on the LG Fathom Device using the
B4PPC QVGA IDE. The program was compiled on the desktop
using the Device (Auto Scale) Exe option.

The LG Fathom Windows Mobile Phone has a 480 x 800 screen
resolution.

By pressing a button you can send 88 different individual characters
plus character strings using the TX window, the Soft Input Keyboard
Panel and the "Send TX" button.

A modified version of this program will display the ASCII Code of the
character in decimal. The B4PPC code file is called "Alpha5.sbp".
The installation file is called "Ascii88Install.zip".
 

Attachments

  • screen1m.jpg
    screen1m.jpg
    60.2 KB · Views: 216
Last edited:
Top