at
at copied to clipboard
AT is a framework written in Go for communication with AT-compatible devices like Huawei modems via serial port.
I new to the go language I would like a simple example for sending messages using at package. ``` import package import "github.com/xlab/at" func main(){ dev = &Device{ CommandPort: "/dev/ttyUSB1",...
Concatenated message not parsing properly specially message with data header First message: bold text are unexpected character **é@ø@/ @** Hello this is just a test sms from Mostain Billah personal...
I can not decode the smspdu message. `07919730071111F1400DD0C272999D7697010019021021902130218B06080478E006020020043C0438043D002004370432043E043D043A043E04320020043D04300020043D043E043C043504400430002004110438043B04300439043D00200420043E0441044104380438002004380020043C043504410442043D044B04350020043C043E04310438043B044C043D044B04350020043D043E043C043504400430002004340440`
A perfect example how the code should look like: [tinySMS/src/rpdu/tsms_rpdu.c](https://doubango.googlecode.com/svn/branches/2.0/tinySMS/src/rpdu/tsms_rpdu.c) (note the comments and references)
A new encoding value showed up in my program, it's looks like this is a GSM 7 too, but the value is 0x01, extended the Encoding list to accept this...
Hello, i think this is not an alphanumeric OA so it should be supported, but it is not properly set. I extract the PDU using AT+CMGR= and do a hex.DecodeString...
I don't understand how i can `Init()` a device with same CommandPort and NotifyPort. `Open()` do not open NotifyPort if it is the same as CommandPort. Then, when you call...
Hello. If you are interested in accepting pull requests, I implemented encode/decode support for the absolute SMS validity period format as well as support for 2/3 enhanced SMS validity period...