Can anyone please help
I am trying to exstract data from a string of serial data from a sms modem
THE string
^SMGL: 1,"REC UNREAD","+27829554322",,"08/04/20,17:12:09+08"
test
I need to exstract the cell number from this after reading some posts recomending debugin
i tried hserin the idea is to use a interupt and as soon as data comes in decode it, test the sell number and if it is a recognized number ecsecute the command in the message field
This is the command i thought would work but my program hangs
HSERIN [WAIT("SMGL:"), SKIP 18 , V5]
Any help would be appreciated
Bookmarks