Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

How to set PPPInterface and BaudRate of the PPPInterface in CR1000X?


Italo Apr 3, 2019 07:53 PM

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?


smile Apr 5, 2019 09:41 AM

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

Log in or register to post/reply in the forum.