factor:更改默認端口

This commit is contained in:
2026-05-17 18:14:22 +08:00
parent 923f7bc920
commit dcd79ed380

View File

@@ -21,7 +21,7 @@ internal static class Config
static Config() static Config()
{ {
IDmMode = Convert.ToInt32(ReadKey(IOSection, "IDmMode", 1024, "1")); 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")); ReaderBaud = Convert.ToInt32(ReadKey(IOSection, "Baud" , 1024, "115200"));
} }