Hi
is it possible to open port com1 and then send At Commands like AT+CPBR=1,99 ?
Could Someone Share His/Her Code If Worked Fine to input Data?
Thanks
Hi
is it possible to open port com1 and then send At Commands like AT+CPBR=1,99 ?
Could Someone Share His/Her Code If Worked Fine to input Data?
Thanks
AT+CPBR=1,99...jpg
Open Binary Access Read Write
Attached The Photo , Succeed
st = "AT+CPBR=1,99" + Chr(13)
Put #Comm, , st
Sleep 100 'Kernel32.dll Use Sleep Function
'Read Data From Phone Book 'All
c$ = String(2000, " ")
Get #Comm, , c$
Me.Text1 = Left(c$, Len(c$))
DoEvents
Hope To Be Effective For All Need Reading Data From Port
Best Regards Grailly,Tehran 2022/01/17
We can use as above to run the Apps