rfidp
Electrical
- Nov 24, 2002
- 2
Hi everyone:
I'm involved in a project in which a reader with an antenna receives an RF signal from a transponder. The reader then converts the signal into ASCII data and sends the data to an UART device which is interfaced to a PC via the RS232 serial port to process the information.
My question is this:
What do I need to do to grab that data and send it to a database, preferably Microsoft Access, to monitor and manage the data? For example, at what time did data arrive, etc.
I'm using Visual Basic 6.0 for this project.
Extra information:
Baud Rate: 9600
Data length from transponder: 10 bits (1 start bit, 8 data bits, 1 stop bit, no parity)
Anybody's help will be greatly appreciated, thanks.
I'm involved in a project in which a reader with an antenna receives an RF signal from a transponder. The reader then converts the signal into ASCII data and sends the data to an UART device which is interfaced to a PC via the RS232 serial port to process the information.
My question is this:
What do I need to do to grab that data and send it to a database, preferably Microsoft Access, to monitor and manage the data? For example, at what time did data arrive, etc.
I'm using Visual Basic 6.0 for this project.
Extra information:
Baud Rate: 9600
Data length from transponder: 10 bits (1 start bit, 8 data bits, 1 stop bit, no parity)
Anybody's help will be greatly appreciated, thanks.