You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using windows 10 operating system and send AT+COPS? command to my USB modem pool device connected to my machine. It seems AT command is sending and working properly but still response receive empty.
I may be a little late to the party, but here goes:
Instead of using "\n" as a terminator for your AT command, try using "\r". The newline may be ignored by the modem.
I am using windows 10 operating system and send AT+COPS? command to my USB modem pool device connected to my machine. It seems AT command is sending and working properly but still response receive empty.
seemy code and command output
Output:
DATA: [] 0
same device working perfectly with my c# code.
is there anything missing from my side? or its a bug?
The text was updated successfully, but these errors were encountered: