Problem in reading data from any hardware device like Time access machine
Managed C++/CLI
2
Posts
2
Posters
0
Views
1
Watching
-
I want to read data from a hardware device like time access punching machine. What is the complete process to read data and storing into a databse from any hardware device. If any one have some idea, please guide me. Thanks, Pathak
pathak78 wrote:
What is the complete process to read data and storing into a databse from any hardware device.
Like so? (Pseudocode)
do
Read the data from the hardware's interface
Append to your database
until exit
Failure is not an option - it's built right in.