Commit 83c7a02d LN

1

1 个父辈 0ac16077
......@@ -233,10 +233,10 @@ namespace TSA_V.DeviceLibrary
}
public class HandInfo {
public string ImgStr { get; set; }
public int pointCount { get; set; }
public string ImgStr { get; set; } = "";
public int pointCount { get; set; } = 0;
public List<List<int>> points { get; set; } = new List<List<int>>();
......
......@@ -211,6 +211,8 @@ namespace PUSICANLibrary
{
try
{
//can_gc.dll 广成
//波特率125K
string busname = "1";
string[] strDriver = { "can_lanma.dll", "can_ledia.dll", "can_yl9100.dll","can_ixxat.dll",
"can_gc.dll","can_zlg.dll","can_zlg.dll","can_zlg.dll","can_cx.dll","can_rs232.dll"};
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!