diff --git a/src/NfcAime.Dll/Config.cs b/src/NfcAime.Dll/Config.cs index 9ad43c1..d0e184e 100644 --- a/src/NfcAime.Dll/Config.cs +++ b/src/NfcAime.Dll/Config.cs @@ -21,7 +21,7 @@ internal static class Config static Config() { IDmMode = Convert.ToInt32(ReadKey(IOSection, "IDmMode", 1024, "1")); - ReaderCOM = ReadKey(IOSection, "ReaderCOM" , 1024, "COM3"); + ReaderCOM = ReadKey(IOSection, "ReaderCOM" , 1024, "COM8"); ReaderBaud = Convert.ToInt32(ReadKey(IOSection, "Baud" , 1024, "115200")); }