I didn't find the correct name to use in SetStatus("BaudRate???","115200") and SetStatus("PPPInterface",???) to use the RS232 interface of CR1000X.
What's the right name of the variables?
Hi
to me, it works well like this:
BeginProg
SerialOpen (comc7,9600,0,5,10000)
SetSetting ("pppinterface",comc7)
SetSetting ("pppDialResponse","CONNECT")
SetSetting ("pppdial","atd*99#")
..............
Scan(1,min,1,0)
Regards
Smile