1 plain serial interface, 2 voice call in parallel, 3 scenarios with gprs/egde connection – Siemens XT65 User Manual
Page 45: Figure 15, Scenario for testing data rates on asc1, Figure 16
Java User’s Guide
5.12 Performance
49
s
wm_java_usersguide_v12
Page 45 of 123
2008-02-25
Confidential / Released
5.12.3.1
Plain Serial Interface
Scenario: A device is connected to ASC0 (refer to
). The Java application must
handle data input and output streams. A simple Java application (with only one thread) which
loops incoming data directly to output, reaches data rates up to 180kbit/s. Test conditions:
hardware flow control enabled (
230kbaud (
→
theoretical maximum: 184kbit/s net data rate).
Figure 15: Scenario for testing data rates on ASC1
5.12.3.2
Voice Call in Parallel
Same scenario as in
, but with a voice call added. The application reflects
incoming data directly to output and, additionally, handles an incoming voice call. The data
rates are also up to 180kbit/s. Test conditions: same as in
.
Figure 16: Scenario for testing data rates on ASC1 with a voice call in parallel
5.12.3.3
Scenarios with GPRS/EGDE Connection
The biggest challenges to the module performance are setting up a GPRS/EDGE connection,
receiving data on javax.microedition.io interfaces and sending or receiving the data on the
RS232 API with the help of a Java application.