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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by shalon

  1. shalon

    Functions to connect, send and receive data in serial port linux !

    #include <stdio.h> /* Standard input/output definitions */ #include <string.h> /* String function definitions */ #include <unistd.h> /* UNIX standard function definitions */ #include <fcntl.h> /* File control definitions */ #include <errno.h> /* Error number definitions */ #include...
  2. shalon

    Functions to connect, send and receive data in serial port linux !

    I need simple functions to connect in ttyS1 (com2) and send/receive data by serial port of linux !
  3. shalon

    Display date

    Utilize $date = date(&quot;d-m-Y&quot;); $time = date(&quot;H:i:s&quot;); echo &quot;Date: $date - Time: $time&quot;; more information search in PHP manual for Date and Time functions

Part and Inventory Search

Back
Top