How can I catch this output logs by using Delphi ?
On picture is my cellphone, but it could be any other modem. I need to get the result form "Query Modem"
I want my program be able to make query such modem and get the output logs.
update question: I want to see that kind of logs (not exactly same) by using any possible way. It is okay if need to dealing with com port component. My concern is the result from ATI1
1 Answers
Answers 1
You can connect to the modem via your com port.
Use something like Turbo Power's Async Professional (free, open source).
http://tpapro.sourceforge.net/ApdComPort.html
Send the AT commands that you need, and catch everything that the modem returns.
0 comments:
Post a Comment