Is there a class for AT communication with devices? Like a class which encapsulates AT commands into a .NET interface?
It needs to be also able to parse AT responses such as Network Lists.
Example : +COPS=? returns a list of carriers and it would take some pretty complex regex to actually parse it. Instead of writing my own lib I want to use a premade one.
AT Commands I am refereeing to are these : http://en.wikipedia.org/wiki/Hayes_command_set