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 Shaun E 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. sanlop

    Required trap console

    Try with Linux snmptrapd daemon and snmptt(snmp trap translator), it be able to translate and insert traps in to mysql database .
  2. sanlop

    (VISUAL BASIC 6)Interfacing a RS-232 DB9 serial com port on a display.

    Hi again Keep in mind 1 character is 1 byte if you do mscomm.output=chr(1) you are sending 00000001
  3. sanlop

    (VISUAL BASIC 6)Interfacing a RS-232 DB9 serial com port on a display.

    Hi MSCOMM work oriented in characters. Try the following command. mscomm.output=chr(0) , case to send 00 mscomm.output=chr(1) , case to send 01 etc, etc Good luck

Part and Inventory Search

Back
Top