Working in Basic Stamp Board with AT Commands
naga
Posts: 3
Hi,
How we can use the AT commands in Basic Stamp Board. how we send this to the stamp board.
regards,
Naga.s
How we can use the AT commands in Basic Stamp Board. how we send this to the stamp board.
regards,
Naga.s
Comments
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cheap 4-digit LED display with driver IC·www.hc4led.com
COMING SOON "SD DATA LOGGER" www.sddatalogger.com
"I reject your reality, and substitute my own." Mythbusters
·
You need to take a look at the SEROUT command in the PBASIC Manual, or the PBASIC Help File for details. Here are a couple of incomplete, skeleton command examples:
SEROUT pin, baudmode, [noparse][[/noparse]"AT", cmd1, cmd2, cmd3 CR]
OR
SEROUT pin, baudmode, [noparse][[/noparse]"ATDT", "18005551212", CR]
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
<!--StartFragment -->
Yes, Modem Commands only.