PDA

View Full Version : How to Send At Commands via Open Access binary Read Write



Gerailly
12-26-2021, 08:43 AM
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

Gerailly
01-17-2022, 06:06 AM
29332
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


Open Binary Access Read Write

Attached The Photo , Succeed :bug::hi::clap::clap::clap::clap::clap::clap::clap::clap::clap::yes

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 :hi:Grailly,Tehran 2022/01/17

Exprings1987
02-25-2022, 05:17 AM
We can use as above to run the Apps