Discussion:
[BitPim-devel] Enumerate AT commands
David Laganiere
2005-05-13 16:34:48 UTC
Permalink
Hi!

Does anyone know a good Windows program to send thousands of slightly
different AT commands to a serial port and save the results back to a
file? I don't have any drivers for my USB cable so I can't do it under
Linux with cu and bash scripting or whatever.

Thank you!

--
David
Stephen Wood
2005-05-13 18:03:56 UTC
Permalink
I would have thought that Linux has a driver included, at least for
the Prolific PL2303. What are the USB ID's of the cable? Prolific
also has some Linux drivers for download at
http://tech.prolific.com.tw.

I think it still relies on cu, but the perl script SAMBRU
(http://lager.dyndns.org/sambru/) might be worth looking at.

What I did once is take one of the drivers is bitpim and replace a
routine like "getphonebook" with a sendatcommand inside of a loop over
all the possible AT commands I want to try. Then run bitpim with
protocol logging turned on.

Stephen
Post by David Laganiere
Hi!
Does anyone know a good Windows program to send thousands of slightly
different AT commands to a serial port and save the results back to a
file? I don't have any drivers for my USB cable so I can't do it under
Linux with cu and bash scripting or whatever.
Thank you!
David Laganiere
2005-05-13 18:52:29 UTC
Permalink
I actually use a DKU-5 cable that was not bought directly from Nokia.
I see that "Kingsun" is apparently the manufacturer. I just did a
little search on Google and I really doubt there are any Windows
drivers for it. How could I be able to do what you did with BitPim in
Windows?
Post by Stephen Wood
I would have thought that Linux has a driver included, at least for
the Prolific PL2303. What are the USB ID's of the cable? Prolific
also has some Linux drivers for download at
http://tech.prolific.com.tw.
I think it still relies on cu, but the perl script SAMBRU
(http://lager.dyndns.org/sambru/) might be worth looking at.
What I did once is take one of the drivers is bitpim and replace a
routine like "getphonebook" with a sendatcommand inside of a loop over
all the possible AT commands I want to try. Then run bitpim with
protocol logging turned on.
Stephen
Post by David Laganiere
Hi!
Does anyone know a good Windows program to send thousands of slightly
different AT commands to a serial port and save the results back to a
file? I don't have any drivers for my USB cable so I can't do it under
Linux with cu and bash scripting or whatever.
Thank you!
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_ids93&alloc_id281&opclick
_______________________________________________
BitPim-devel mailing list
https://lists.sourceforge.net/lists/listinfo/bitpim-devel
Stephen Wood
2005-05-13 20:54:47 UTC
Permalink
Post by David Laganiere
I actually use a DKU-5 cable that was not bought directly from Nokia.
I see that "Kingsun" is apparently the manufacturer. I just did a
little search on Google and I really doubt there are any Windows
drivers for it. How could I be able to do what you did with BitPim in
Windows?
You need to get BitPim running from source.

Loading...