faucamp / python-gsmmodem

Python module to control a GSM modem attached to the system: send/receive SMS messages, handle calls, etc
GNU Lesser General Public License v3.0
384 stars 302 forks source link

Support for ČĆŽĐŠ #58

Open ikresoft opened 8 years ago

ikresoft commented 8 years ago

When I use these letters exception is raising.

babca commented 8 years ago

Could you be more specific? I think the problem is on your side. I tested replying to incoming SMS in python 2.x and it works nicely. sms.reply(u"ČĆŽĐŠ")

Have you switched the module to PDU mode? modem.smsTextMode = False