Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.Client.SamplePackages.V4.0
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陶然
Kivii.Client.SamplePackages.V4.0
Commits
36800b3c
Commit
36800b3c
authored
Jun 13, 2023
by
任天宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
697f9267
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
FrmMain.cs
Src/FrmMain.cs
+2
-2
No files found.
Src/FrmMain.cs
View file @
36800b3c
...
@@ -461,7 +461,7 @@ namespace Kivii.Client.SamplePackages
...
@@ -461,7 +461,7 @@ namespace Kivii.Client.SamplePackages
private
void
reader_Connected
(
object
sender
,
ConnectionChangedEventArgs
e
)
private
void
reader_Connected
(
object
sender
,
ConnectionChangedEventArgs
e
)
{
{
//在这启动定时器
//在这启动定时器
_tmr
=
new
System
.
Timers
.
Timer
(
1
5
00
);
_tmr
=
new
System
.
Timers
.
Timer
(
1
0
00
);
_tmr
.
Elapsed
+=
new
System
.
Timers
.
ElapsedEventHandler
(
tmr_Elapsed
);
_tmr
.
Elapsed
+=
new
System
.
Timers
.
ElapsedEventHandler
(
tmr_Elapsed
);
_tmr
.
Start
();
_tmr
.
Start
();
}
}
...
@@ -476,7 +476,7 @@ namespace Kivii.Client.SamplePackages
...
@@ -476,7 +476,7 @@ namespace Kivii.Client.SamplePackages
{
{
return
;
return
;
}
}
Thread
.
Sleep
(
1
5
0
);
//给下一个写卡让出时间
Thread
.
Sleep
(
1
0
0
);
//给下一个写卡让出时间
var
epc
=
ReaderInstance
.
ReadEpc
();
var
epc
=
ReaderInstance
.
ReadEpc
();
samplePrepackaging
(
tid
,
epc
);
samplePrepackaging
(
tid
,
epc
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment