SC200R and Smart EVB kit G2

Hi everyone, just started my work with this kit and module. I installed RS232 driver and when I open port with QCOM it says the port was open successfully, but when I send commands it has no response. What other drivers I need to install and where could I find AT command manual?
Thanks in advance

Hi,
You can use the following steps to send AT command;
adb shell
su
cat /dev/smd8 &
echo “ATI\r\n” > /dev/smd8

Thank you very much! I saw that people mostly communicate with bash commands, but I dont know how to do it. Is there manual or tutorial for it?

Hi,
Can you able to use adb command on your PC?
If yes, you can execute the commands I provide first.
If there is no error, you can see the firmware version is printed by ATI command.

Could you send me win11 usb driver, I think that is the main problem?

Hi,
You can downlaod driver from internet.
Maybe you can try this:
Downloads - ADB Driver Installer

It does appear in device manager but not in driver installer, I dont know is it because of bad USB drivers or something else…