Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rfidp
  • Content: Threads
  • Order by date
  1. rfidp

    Radio Frequency Data Management

    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...
  2. rfidp

    How Do I Reset the Timer in Visual Basic?

    I have the following code: Private Sub cmdDisplay_Click() Dim intZone1 As Integer Dim intZone2 As Integer Dim intZone3 As Integer Dim intZone4 As Integer intZone1 = 1 intZone2 = 2 intZone3 = 3 intZone4 = 4 If (txtID.Text = 1) Then txtFinalZone.Text = intZone1 End If If (txtID.Text = 2) Then...

Part and Inventory Search

Back
Top