|
@@ -2317,7 +2317,7 @@ namespace MOKA_Factory_Tools
|
|
|
/// <returns></returns>
|
|
|
public static bool ReadEDIDPid(SerialPort Comport, out byte[] result, out byte[] data, out string error, int waitTime)
|
|
|
{
|
|
|
- if (Sendcmd(Comport, new byte[] { 0xAA }, new byte[] { 0xFC }, new byte[] { 0x03, 0x07 }, true, false, out result, out data, out error, waitTime))
|
|
|
+ if (Sendcmd(Comport, new byte[] { 0xAA }, new byte[] { 0xFC }, new byte[] { 0x03, 0x09 }, true, false, out result, out data, out error, waitTime))
|
|
|
{
|
|
|
if (data[0] == 0x04 && data[1] == 0x09)
|
|
|
{
|