Motorola J2ME Instrukcja Użytkownika

Przeglądaj online lub pobierz Instrukcja Użytkownika dla Telefony komórkowe Motorola J2ME. Using Serial on Motorola J2ME handsets Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 7
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 0
April 25, 2005
Using Serial on
Motorola J2ME
handsets
WHITE PAPER
Przeglądanie stron 0
1 2 3 4 5 6 7

Podsumowanie treści

Strona 1 - Motorola J2ME

April 25, 2005 Using Serial on Motorola J2ME handsets WHITE PAPER

Strona 2 - Serial introduction

Using Serial on Motorola J2ME handsets By Motocoder staff erial connection is a commonly used connection to exchange data, and often used in real

Strona 3 - Support?

Table1: GCF Serial Connection Types, by Profile GCF Interfaces Vendors Must Support? CLDC 1.0, 1.1 MIDP 1.0 MIDP 2.0 StreamConnection Yes X X

Strona 4

int comma = ports.indexOf(','); if (comma > 0) { // Parse the first port from the available ports list. port = ports.substr

Strona 5 - Notes of using serial IO

StreamConnection commConn = (StreamConnection)Connector.open("comm:COM0";baudrate=115200"); For reading and writing to serial port, y

Strona 6

3. Please note that the system.getProperty() parameter values have changed to access the serial ports between the different handsets. MIDP 1.0: T720

Strona 7 - References

Please refer to API Matrix of our handsets in the SDK documentation for details on which handsets support serial API. Conclusion Using serial I/O AP

Komentarze do niniejszej Instrukcji

Brak uwag