|
-
Sep 22nd, 2007, 07:52 AM
#1
Re: [2005] need help to read data from com port for rfid reader
You can use the System.IO.Ports.SerialPort class included in .net 2.0 framework to communicate with your RFID. The first thing you should do is go to MSDN library and read the documentation for this class.
Once you have the communication between the rfid and your app done, now you're looking at upload the data to a database... You can use ADO.Net for this... There are plenty of tutorials on ADO.Net floating around on the Internet, read some of them and try to do it yourself... if you still have problems, you can post a specific question here...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|