View previous topic :: View next topic |
Author |
Message |
heuven
Joined: 14 Feb 2009 Posts: 6
|
Posted: Sat Feb 14, 2009 2:02 pm Post subject: Install .trb application on Turbo SIM card using TP2 |
|
|
Hi,
I am new to programming of SIM cards. I just received 5 blank Turbo SIM cards and a Turbo Programmer 2. When I connect the TP2 to my laptop (WinXP) it creates a serial port (COM11). I have opened a DOS box and I go to the directory below:
D:\i\Bladox\turbo-prog-utils-3.1.6\bin-win32
I have inserted a blank Turbo SIM card in the SIM card slot of the TP2.
Now what command to type to get some info about the blank SIM card and verify the TP2 device is working?
BR,
Rene
Last edited by heuven on Sat Feb 14, 2009 2:30 pm; edited 1 time in total |
|
Back to top |
|
 |
heuven
Joined: 14 Feb 2009 Posts: 6
|
Posted: Sat Feb 14, 2009 2:29 pm Post subject: Upload succesfull - sysinfo.trb |
|
|
Hi,
I am getting confused. I used
prog_apps -d \\.\COM11 -u sysinfo.trb -v
to upload an application to TP2. I had a blank Turbo SIM card in the SIM card slot. When I remove the card and reconnect the TP2 to my laptop once again it tells me "Cannot upload module sysinfo.trb, already installed".
Does the TP2 also have memory to store applications? How do I get the .trb applications on the SIM card?
BR,
Rene |
|
Back to top |
|
 |
dary
Joined: 15 Oct 2007 Posts: 54
|
Posted: Mon Feb 16, 2009 9:54 am Post subject: |
|
|
You have to insert Turbo SIM card TOGETHER WITH ANY SIM CARD into the SIM card slot of the TP2. Then use command CEMU to communicate with Turbo SIM.
use this to get info about Turbo SIM
cemu --info -d \\.\COM11
use this to upload sysinfo.trb application to Turbo SIM
cemu --app sysinfo.trb -d \\.\COM11
use this to remove all applications from Turbo SIM
cemu --rm-apps -d \\.\COM11
Command prog_apps is just for communication with programmer. |
|
Back to top |
|
 |
heuven
Joined: 14 Feb 2009 Posts: 6
|
Posted: Mon Feb 16, 2009 10:25 am Post subject: List apps on Turbo SIM card |
|
|
Hi,
is there also a command to list all apps which are currently installed on the Turbo SIM card?
BR,
Rene |
|
Back to top |
|
 |
dary
Joined: 15 Oct 2007 Posts: 54
|
Posted: Tue Feb 17, 2009 10:34 am Post subject: |
|
|
unfortunately, there in no such a command... |
|
Back to top |
|
 |
|