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 strongm 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: *

  1. Newf69

    start stop loop

    here is my code. I want a way to automatically restart the program without having to exit and restart again. Any help would be greatly appreciated. Option Explicit Dim intEnd As Integer Private Sub cmdExit_Click() intEnd = 1 End End Sub Private Sub cmdStart_Click()...
  2. Newf69

    Trying to reset Visual Basic

    Ok thnnkx but do u know how i can get the program to start over again?? I need to clear an LCD display and start over any help will be greatly appricated i would like to start over after 10 seconds!!! Thank-you
  3. Newf69

    Trying to reset Visual Basic

    I am using Visual Basic to display a message when a sensor triggers the com port. I have this part done, my problem is when the com port is triggered the program ends. Is there a way to reset the program after a predescribed time period has passed so the process can start all over again. thank -you
  4. Newf69

    mscomm HELP

    I have no trouble writing to the display it has it's own microcontroller I just use SER_SEND dll before but i don't know how to Put that in the code Here is what i have so far Option Explicit Private Declare Function SER_OPEN& Lib "SERSEN04.DLL" (ByVal commPort&, ByVal baudRate&)...
  5. Newf69

    mscomm HELP

    What do i use to display Caution Ahead on the Display?? I'm trying MSComm1.output = ??? Will this work or do i use some other code?? Thankyou
  6. Newf69

    mscomm HELP

    Ok I can get that to work!! Now can you help me \. I need to know what to type in the MSComm1.output = ??? to get "Caution Ahead" to be displayed on the LCD Thankx
  7. Newf69

    mscomm HELP

    I need a way to detect if there is a voltage of 3.5V dc present on the Com port input line. I have used a comparitor to convert the 3.5Vdc to serial data. What i need to know is what command do i have to use to check the com port for that 3.5 Vdc or see if there is nothing there??????? Thankx

Part and Inventory Search

Back
Top