35 Commits

Author SHA1 Message Date
Guillaume DOTT
3c677b7d29 Disable text mode and generate Sms objects in PDU mode
Text mode is only useful for debug purposes.
To parse answers, PDU mode is required (multiline messages, ...).
2013-09-12 10:37:12 +02:00
Guillaume DOTT
b4f49569bb Add +CMGF? support and text_mode? method 2013-09-12 10:37:12 +02:00
Guillaume DOTT
c0a3fe8ef0 Add request before response in parser 2013-09-12 10:37:12 +02:00
Guillaume DOTT
955654365a Add UCS-2 encoding / decoding for SMS user data 2013-09-12 10:37:12 +02:00
Guillaume DOTT
45de11cb3b Add tests for GSM7Bit 2013-09-12 10:37:12 +02:00
Guillaume DOTT
cf655b2b3c Add length parameter to GSM7Bit decode 2013-09-12 10:37:12 +02:00
Guillaume DOTT
84fbedc46b Modify parser for PDU mode 2013-09-12 10:37:12 +02:00
Guillaume DOTT
1446be3c14 Remove useless self from to_hayes methods 2013-09-12 10:37:12 +02:00
Guillaume DOTT
be87792382 Add timezone to DateTime format 2013-09-12 10:37:12 +02:00
Guillaume DOTT
548e5cd4cd Use Forwardable in Biju::Modem 2013-09-12 10:37:11 +02:00
Guillaume DOTT
a001604ee7 Add PDU mode support and GSM 7Bit encoding / decoding 2013-09-12 10:37:11 +02:00
Guillaume DOTT
4ca3d259c1 Remove useless file 2013-09-12 10:37:11 +02:00
Guillaume DOTT
75509ac23a Add tests using Rspec 2013-09-12 10:37:11 +02:00
Guillaume DOTT
34224a072c Add swap files to gitignore 2013-09-12 10:37:11 +02:00
Guillaume DOTT
67571dd12e Move AT commands in Hayes class and use Modem to send to SerialPort 2013-09-12 10:37:11 +02:00
Guillaume DOTT
b1568bbf24 Add to_hayes method to some basic classes 2013-09-12 10:37:11 +02:00
Guillaume DOTT
404f7d8290 Use DateTime object for date in Sms class 2013-09-12 10:37:11 +02:00
Guillaume DOTT
dcbafff75b Add AT parser 2013-09-12 10:37:11 +02:00
Thomas Kienlen
b17822b4eb at regex 2013-09-12 10:37:11 +02:00
Thomas Kienlen
c087eb3973 hayes begins 2013-09-12 10:37:11 +02:00
Rodrigo Pinto
898d8d73a9 Merge pull request #1 from kmmndr/master
added more methods
2012-08-21 14:24:54 -07:00
Tomtom
c8bd2145c8 added readme example for sending message 2012-06-21 23:09:20 +02:00
Tomtom
e3fc62c7dd receive command select all message (sim+mem) 2012-06-21 23:03:22 +02:00
Tomtom
154646323b added send command 2012-06-20 23:08:43 +02:00
Rodrigo Pinto
c72bdaa942 bump version v0.0.2 2012-06-06 16:03:38 -03:00
Rodrigo Pinto
dd27250863 Merge branch 'master' of github.com:rodrigopinto/biju 2012-05-29 16:21:22 -03:00
Rodrigo Pinto
c5750f264a Add method delete to Modem class 2012-05-29 16:15:12 -03:00
Rodrigo Pinto
997b4993e5 Add better comments 2012-05-29 16:12:40 -03:00
Rodrigo Pinto
1d4ce23ddb Start to doc modem class and put connectio method to private 2012-05-18 17:35:45 -03:00
Rodrigo Pinto
cda938da29 Fix usage help 2012-05-18 14:44:58 -03:00
Rodrigo Pinto
ff47ed219b Improve README description, added TODO and USAGE section v0.0.1 2012-05-18 14:20:28 -03:00
Rodrigo Pinto
209df5b5fb Add class Modem. [meaculpa] it is missing test for a while, fix it soon 2012-05-18 14:19:28 -03:00
Rodrigo Pinto
693613dfae Add Sms class and respective spec 2012-05-17 21:38:41 -03:00
Rodrigo Pinto
bbf6594b5e Add rake task to run specs from minitest 2012-05-17 21:36:23 -03:00
Rodrigo Pinto
e0c5555cf1 Initial commit. 2012-05-16 18:33:34 -03:00