• Welcome to Forum.Deepsoftware.Com. Please login or sign up.
 

Change the configuration of the device.

Started by engkfke, April 12, 2011, 06:38:53 am

Previous topic - Next topic

engkfke

Dear ,

I want to change some configuration Like modulation (AT+MS) after connecting the nrcomm o the device modem.

for example.


//in Com3:
i can change th modulation using (at+MS=v90,0,0,0,0).

//connect to Com3 using nrcomm .
nrcomm->DeviceIndex=0 // device 0 will be connected to "Com3"

After this is step i found that no thing changed in modulation cause i think you make factory reset after connect to the device. My question is how to change some configuration using nrcomm??



Roman Novgorodov

Hello

You can try something like following:

nrComm1.ComPortNo := 3;
nrComm1.Active := True;
nrComm1.SendString('at+MS=v90,0,0,0,0'#13);


Roman Novgorodov
DeepSofware
DeepSoftware llc - The professional components for Delphi/CBuilder/.NET. The high quality custom software development.
Forums.nrCommLib.Com - DeepSoftware Tech Support Forum.