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 dencom 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: BA2PC
  • Content: Threads
  • Order by date
  1. BA2PC

    Async VB6 socket TCP design question

    I am designing a VB app that needs Async TCP comm with custom Ethernet hardware units (256 max). I would like to "fork" a child process for every TCP comm event from a specific IP address and socket and carry out the "state" and then close the process. Could anyone recommend some further...
  2. BA2PC

    W2K all accounts lockout from external netbios brute force attack

    I would like to share a recent experience. W2k Web server IIS5 MySQL. netbios (port 135) was enabled by default via WINS. Loads of 680 events auditing logons. Account lockout policies triggered all username lockout including IUSR (anonymous web access). Disable netbios over TCP/IP in W2k...
  3. BA2PC

    Qbasic serial comm for dollar bill acceptor input

    Referencing: thread314-1263352 BA2PC Qbasic notes Serial comm settings: 300,8,1,N, DTR turns BA on/off Source code (Qbasic/VB): http://www.upstatenetworks.com/kiosk OPEN "com1: 300, n, 8, 1,cd0,cs0,ds0,op0,rs,rb2048" FOR INPUT AS #1 Here's the code to detect a bill : ON COM(1) GOSUB...

Part and Inventory Search

Back
Top