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 SkipVought 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: JB009
  • Order by date
  1. JB009

    C++ USB Programming

    Hi, I am new to hardware programming(especially USB) so please bear with me and my questions. I am using C++ and I need to send/receive some data (a byte array) to/from a USB port on a microprocessor board. Now, I have done some serial port programming before and I know that for a serial...
  2. JB009

    UDP Client - Release version not working in VS 2005 only

    Hi, I have a simple UDP client/server program that that sends (server) a text string and receives (client) that text string to display on the dialog box. This is a MFC C++ program and I have it working properly in Visual Studio 6.0, Visual Studio 2003 in both the debug and release versions. I am...
  3. JB009

    UDP Client - Release version not working in VS 2005 only

    Hi, I have a simple UDP client/server program that that sends (server) a text string and receives (client) that text string to display on the dialog box. This is a MFC C++ program and I have it working properly in Visual Studio 6.0, Visual Studio 2003 in both the debug and release versions. I am...
  4. JB009

    CTreeCtrl Checkboxes

    Hi...I have a dialog box with a tree control that has check-boxes in it. What I need to do is, when any of the check-boxes in the tree control is checked, I need to do some processing, and for now let's just say, I need to put up a messagebox. I added a function for the 'NM_CLICK' message to...
  5. JB009

    Linux Time Sync

    Hi, I am trying to figure out how to time sync a couple linux machines on our network (not connected to the internet) with a Windows machine that will act as a time server. I am aware of using the 'net time' command on Windows, but I wasn't sure if there was anything like that available on...
  6. JB009

    Script to log time

    Thanks all for the help, especially 'Ghodmode' for sample code.
  7. JB009

    Script to log time

    Hi I need to script that will log the current time from the system to a text file, at a given interval (ex. every 5 mts). I'm new to Unix scripting, so any help would be greatly apperciate. Thanks!

Part and Inventory Search

Back
Top