xxe 2 년 전
부모
커밋
2e17cb74f6
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -3
      HKCardOUT/ViewModels/RootViewModel.cs

+ 1
- 3
HKCardOUT/ViewModels/RootViewModel.cs 파일 보기

@@ -108,9 +108,7 @@ namespace HKCardOUT.ViewModels
DataBus.StoreInfo.Devices.ForEach(async item =>
{
if (!UHF_RS485_Helper.GetInstance().GetSerialPortState())
{
HandyControl.Controls.Growl.InfoGlobal("串口未链接");
}
return;
else
{
var x = await UHF_RS485_Helper.GetInstance().ReadCard(item.Address.AsInt());


불러오는 중...
취소
저장