[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: phonet / capabilities
From: |
Raphaël Droz |
Subject: |
Re: phonet / capabilities |
Date: |
Mon, 29 Sep 2014 18:24:32 -0300 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Sep 29, 2014 at 10:55:14PM +0200, Daniele Forsi wrote:
> 2014-09-29 22:14 GMT+02:00 Raphaël Droz:
>
> > sendto: No route to host
>
> on some (most?) systems you need
> ifconfig usbpn0 up
> this is documented only in Docs/README-6510
indeed... --identify now works !
thank you !
As I now have both bluetooth, AT and phonet working, I noted these small
differences between AT (ttyACM) and phonet:
=========== using cdc-acm:
> IMEI : X
> Manufacturer : Nokia
> Model : Nokia 7230-1c
> Product name : Nokia 7230-1c
> Revision : V 10.81
while the logs show:
> write: [AT+CGMR<cr>]
> read : [AT+CGMR<cr><cr><lf>V 10.81<cr><lf>28-02-11<cr><lf>RM-598<cr><lf>(c)
> Nokia <cr><lf><cr><lf>OK<cr><lf>]
--identify lacks firmware date and RM-type although they are returned by
the phone.
=========== using cdc-phonet:
> IMEI : X
> Manufacturer : Nokia
> Model : RM-598
> Product name : RM-598
> Revision : V 10.81
while the logs shows:
> Message sent: 0x1b / 0x0006
> 00 01 00 07 01 00 |
> Message received: 0x1b / 0x003a
> 00 00 00 08 00 01 58 34 00 30 56 20 31 30 2e 38 | X4 0V 10.8
> 31 0a 32 38 2d 30 32 2d 31 31 0a 52 4d 2d 35 39 | 1 28-02-11 RM-59
> 38 0a 28 63 29 20 4e 6f 6b 69 61 20 20 20 20 20 | 8 (c) Nokia
> 20 20 20 20 20 20 20 0a 4c 00 | L
--identify lacks firmware date too.
Sadly the model can't be determined (it does not show up in the message
returned by the phone).
regards