Can't run UART sample application on FASTRACK supreme

Hi There,

I have done lot of embedded development but new to M2M Studio and Wavecom products. Following is my environment:

M2M Studio on Win-XP
FASTRACK Supreme Kit (Can call/SMS using Expresso)

Trying to run UART_rawaccess sample application without any code changes (Same deal with Hello_World. Dont see any output on RemoteShell). Seem to be downloading the application OK. (54/54 blocks) But do not know how to get started on interacting with the sample. Not sure if the application is starting or not also. AT+WOPEN=7 result says its not. Tried AT+WOPEN=1 to start it. No use.

RemoteShell output:

at
OK
+WIND: 13
+WIND: 1
at+wopen?
+WOPEN: 1
OK
+WIND: 16
+WIND: 4
+WIND: 10,“SM”,1,“FD”,0,“ON”,0,“EN”,0
+WIND: 11,“B3A349721637F8D23A2ED6B0F0372E9E”,“A0BD83FEEB30602176ECFC80372FDA7E”,“AD85BEEF549323A549859F7CE91A7EBB”
at+wopen?
+WOPEN: 1
OK
+WIND: 15,1,“T-Mobile”,2,“T-Mobile”,4,“10/01/21,23:12:43-24”
+WIND: 7
at+wopen?
+WOPEN: 1
OK
at+wopen?
+WOPEN: 1
OK
at+wopen=7
+WOPEN: 7,0
OK
at+wopen?
+WOPEN: 1
OK
AT+WDU=1,“UART1”,9600
ERROR
at+wimei?
+WIMEI: 355212010490540
OK
at+cgmr
R72a00gg.FSU002 2054540 102108 11:31
OK
at+cclk?
+CCLK: “10/01/21,01:10:05”
OK
at+wmsn
Serial Number 718390036585420
OK
ati3
R72a00gg.FSU002 2054540 102108 11:31
OK
at+wdwl?
+WDWL: V08b0a
OK
at+wopen=2
+WOPEN: 2,“AT v06.00”,“AT v06.31”
OK
at+wopen?
+WOPEN: 1
OK
at+wopen=?
+WOPEN: (0-8),(64-1024),(0-24),(0-24)
OK
at+wopen=7
+WOPEN: 7,0
OK

Any help is greatly appreciated.

Thanks,
Haiden

That doesn’t look good - the two versions should be the same?

Pardon me, but I am new to this. How do I make them same?

Also in RTE mode, i get the following error when i hit on the ‘Start’ button on ‘Remote Tasks Monitor’ window:

SEVERE ERROR: buffer:opic_wrapperRunForRTE : OPIC_WRAPPER_MAX_PARAMETERS < ParamsCount

My FASTRACK device is somehting i bought a while ago and might have outdated stuff on it. How do I update it?

Thanks,
Haiden

Thanks a lot. I updated the firmware on my device and everything started working.

In case some one wants to know how to upgrade the firmware on the device, run an application (you can use HelloWorld sample) and go into Target Management Perspective in M2M Studio. Now click on the ‘download’ button/icon from the tool bar and select the file. In my case i selected one that came with the M2M Studio Install from “C:\Program Files\Sierra Wireless\Embedded Software\com.wavecom.openat.ide.spm.fw.model.7.4.0.a.200912041916_7.4.0.a_200912041916\resources\R74a00_full_fsu001.dwl”. I have a FASTRACK Supreme so used ‘R74a00_full_FSU…’, FSU for Fastrack SUpreme.

Anyways all is well know.

Thanks,
Haiden

Yes - your application has to be built for a firmware version that matches the firmware physically installed on the device.
(in general, “matches” means “the same as”).

It’s a bit like making an application for a PC: if you build the application to run on Vista, it won’t work on Win-95 8)

Edit:

Another one for the FAQ: viewtopic.php?f=7&t=3766&p=18140#p18140