Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  • Users: rfidp
  • 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...
Back
Top