adammck / rubygsm

Ruby interface to AT-compatible GSM modems
48 stars 38 forks source link

Made it compatible with Ruby 2.0 #3

Closed JakubOboza closed 11 years ago

JakubOboza commented 11 years ago

Changes:

adammck commented 11 years ago

Looks good to me. Thanks!

Could you elaborate on the problems you experienced when sending to shortcodes? I don't remember if I've tried it, but I would have expected the operators to figure it out.

JakubOboza commented 11 years ago

Basically I had CMS ERROR: 28 when i was trying to send sms to UK shortcode. I don't think you can send it using text mode i tihnk you need to have a proper PDU.

adammck commented 11 years ago

Got it. Thanks. I've been meaning to refactor this gem to use PDU mode for oh about five years now.