Hi everybody,
I need some help to build a simple project.
I want to send a program into target that will set the PIN code of the SIM card whenever the target switches on and then I will check if the PIN code is ready.
The AT commands are
At+cpin=1234
At+cpin?
I want to include AT commands into a M.V.C++ 6 program.