do you see my code adding AT+KHTTPCFG?
You can do similar thing to add your own commands
do you see my code adding AT+KHTTPCFG?
You can do similar thing to add your own commands
AT+KHTTPCFG
ERROR
AT+KHTTPCFG?
ERROR
AT+KHTTPCFG=?
ERROR its show error when i am write in minicom just for testing??
one more question i can change in Generic AT command handler like AT its return OK change into Hi ???
did you follow the procedure mentioned here?
no, you cannot change the generic AT command handler
i am stucked on this
did you see the /dev/ttyGS1 port in your linux console of module?
Did you see the raw data port enumerated in Windows PC?
root@user-Precision-Tower-3620:~# ls /dev/ttyUSB*
/dev/ttyUSB0 /dev/ttyUSB1 /dev/ttyUSB2
in lunix
root@swi-mdm9x28-wp:~# app runProc atServerIntegrationTest – atServerTest --tty /dev/ttyUSB2
Please provide a process name or an executable path or both. Try --help.
did you change the AT!USBCOMP setting?
Setting I have made as you have suggested. My Modem is connected with our evaluation board via USB cable… NO OTG cable with modem….
The AT and other commands are executing smoothly on USB cable, running on 115200 bps.
I am not able to understand where is the issue.
what is your current setting of “AT!USBCOMP?” ?
BTW, are you using the latest MBPL USB driver MBPL_DRIVERS_R44_ENG5-usb-pcie-src.tar?
my current setting
AT!USBCOMP?
ERROR
AT!ENTERCND=“A710”
OK
AT!USBCOMP?
Config Index: 1
Config Type: 1 (Generic)
Interface bitmask: 0008014D (diag,nmea,modem,rmnet0,ecm,rawdat)
Probably you have not installed the correct USB driver in linux…..
BTW, do you have windows PC?
See if you can see the raw data port in device manager
I can see COM38 in device manager is the raw data port
currently i am using Ubuntu version 20 and Serial port is assign as tty/USB2 config on 115200,8bit No parity.
Probably you have not installed the correct USB driver in linux…..
BTW, I suggest you to first test in Windows PC as it already can show the raw data port
guide me i have no idea to on Windows OS any step..
just use a terminal program such as tera term to open the COM38…..