C027_SupportTest_xively_locationで使用しているC027用ライブラリ

Fork of C027_Support by u-blox

下記のプログラムC027_SupportTest_xively_locationで使用しているC027用ライブラリです。

Import programC027_SupportTest_xively_location

インターフェース2014年10月号のu-blox C027で3G通信する記事で使用したプログラム。   CQ publishing Interface 2014.10 issue, C027 3G test program.

オリジナルのライブラリは下記を参照してください。

Import libraryC027_Support

support library for C027 helper functions for Buffer Pipes, Buffered Serial Port (rtos capable) and GPS parsing. It includes modem APIs for USSD, SMS and Sockets.

Changes

RevisionDateWhoCommit message
105:839c6c8b7a16 2014-07-16 ntaka206 3G????????????? default tip
104:c64ba749a422 2014-07-04 mazgch save socket handle instead of using it as index directly
103:197fa7920ad8 2014-07-03 mazgch do not use socket handle from modem as index directly
102:fb982ff9da82 2014-07-03 mazgch cmip parsing
101:edfeb8af206e 2014-07-01 mazgch improve purge at wakeup
100:5e8b69232ea2 2014-07-01 mazgch detect more devices and fix APN test loop
99:3116d3e900ed 2014-07-01 mazgch fixed the early abort of the APN settings test loop
98:c786461edd40 2014-06-17 mazgch identify some more devices
97:b82539535365 2014-06-20 mazgch sort alphabetic
96:2aa03444fee3 2014-06-20 mazgch added china apn settings to LUT
95:8282dbbe1492 2014-06-17 mazgch added use of mutex and wait for Rtos systems
94:d697fe11f3e5 2014-06-12 mazgch add default arguments to connect
93:2b5478693c20 2014-06-12 mazgch make destructor virtual (base class has changed)
92:79b628d1da02 2014-06-10 mazgch comment
91:5af303e25287 2014-06-10 mazgch also try empty apn settings
90:3915192f6d7e 2014-06-06 mazgch cleanup apn selection
89:ea396f9f90a2 2014-06-06 mazgch update APN table
88:135fb4bb7aac 2014-06-06 mazgch improve apn lookup
87:64f54572ea74 2014-06-06 mazgch added orange post-paid apn
86:840a86109d4b 2014-06-06 mazgch merged
85:dd8f4f0d0ca9 2014-06-06 mazgch adding simple apn lookup table ... that can be to be extended for other networks
84:a05edb010176 2014-06-05 mazgch added simple APN lookup table
83:71e3b8bc9ab8 2014-05-28 mazgch disable automatic detection of rtos
82:055dcfcf9dcc 2014-05-28 mazgch more safe
81:3966a5c17037 2014-05-28 mazgch add verizon provisioning
80:34985b4d821e 2014-05-27 mazgch improved psd auth handling, added file api
79:291df065e345 2014-05-26 mazgch added different Authentication protocols handle gprs registration
78:caf0014375cb 2014-05-20 mazgch remove some headers, parse CREG URC
77:55788e619858 2014-05-19 mazgch move missing sim error warning after the loop.
76:f7c3dd568dae 2014-05-19 mazgch - properly manage power in con/destructors ; - disable the stdout/stderr/stdin if the modem shares the same port (class DevNull)
75:ce6e12067d0c 2014-05-16 mazgch minor tweaks
74:208e3e32d263 2014-05-15 mazgch initial version of restructured u-blox library
73:2b32e0a21df2 2014-05-15 mazgch more flexible dump functions
72:d1e943ad6558 2014-05-15 mazgch save gprs attach status
71:041de9a6d93c 2014-05-15 mazgch move at command
70:0a87d256cd24 2014-05-14 mazgch serial tx isr should now work on all platforms, moved some code
69:4d6fa520dfca 2014-05-14 mazgch improve the socket read of large buffers
68:33a96cf64986 2014-05-13 mazgch allow to send large data chunks
67:ff9472d344d4 2014-05-13 mazgch rename timeout constant
66:69072b3c5bca 2014-05-13 mazgch use a named constant for blocking timeout
65:dd94f920a762 2014-05-13 mazgch merged with udp changes, add delay before init
64:ba4ea655a451 2014-05-13 mazgch no debug
63:42cb563a25bc 2014-05-13 mazgch some progress on UDP
62:a02f026bdd7c 2014-05-13 mazgch have a define for the wait function
61:eafa56058398 2014-05-13 mazgch speed up detection at start
60:1f65abb842be 2014-05-13 mazgch fix return code in connect
59:382695f1ce85 2014-05-13 mazgch some more LISA-C fixes
58:e38a2e942fbb 2014-05-13 mazgch fix some timeouts
57:869bd35f44cc 2014-05-12 mazgch simple connect api
56:3115ef44c771 2014-05-12 mazgch disable debug
55:e6cfbedfae8c 2014-05-12 mazgch merged
54:7ba8e4c218e2 2014-05-12 mazgch added dump apis, more status fields, get modem instance only when connecting socket
53:cb0d94b9de3a 2014-05-12 mazgch debug message fix
52:8071747a7cb3 2014-05-12 mazgch rename some constants to avoid issues with OK define in HttpClient
51:e7b81c31baec 2014-05-12 mazgch convert defines to enums to avoid duplicate defines
50:d76aece8038f 2014-05-09 mazgch do not enable power saving on LISA-C
49:8175b2b72d6b 2014-05-09 mazgch remove debug
48:46ba168127d6 2014-05-09 mazgch disable debug
47:9a89e5195721 2014-05-09 mazgch timeout can now be set before connect
46:8ce9169e0747 2014-05-06 mazgch Some targets (FSC) do not like repeated starts after reads