obrankosi / cdmaworkshoptool

Automatically exported from code.google.com/p/cdmaworkshoptool
0 stars 0 forks source link

Sending an AT command to a QC port or sending a QC command to an AT port will cause a crash #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Scan for a phone
2. Connect to a QC port
3. Send AT command (or given an unknown phone state on a phone that shares a 
single com port for qc/modem one could accidentally send the wrong type of 
command)

The port should timeout, but will instead hang requiring a force close

Original issue reported on code.google.com by chromableedstudios on 11 Jan 2012 at 8:39

GoogleCodeExporter commented 9 years ago
Issue 4 has been merged into this issue.

Original comment by chromableedstudios on 5 Oct 2012 at 1:21

GoogleCodeExporter commented 9 years ago
maybe somebody with more time could check out this p/invoke serial port to 
compare to winApiCom and see if I missed something glaring which will cause 
this issue?

https://github.com/ebraminio/PInvokeSerialPort

Original comment by chromableedstudios on 5 Oct 2012 at 1:48

GoogleCodeExporter commented 9 years ago
The proposed fix is in testing, checked in as part of r43

Original comment by chromableedstudios on 10 Oct 2012 at 5:16