Results 5 comments of Armagetron

I normally use /dev/gsmmodem on my Raspberry Pi. It gave the most reliable results. Additionally the gammu version that ships with Debian/Raspbian is quite dated. Try compiling it yourself. Newer...

tinyxml2 is not thread-safe. This would add additional complexity to the code. But if you have two separate Documents in each thread there will be no conflicts. You can use...

I figured out that you can do ```python configuration = smard.Configuration( discard_unknown_keys=True ) ``` However I still think this should be default.

I somehow missed your reply but now I have looked into it. The following how-to should cover all the steps. I didn't manage to build the client under the `deutschland`...

However you can do `import smard` instead of `from deutschland import smard`.