Messages - Byte [ switch to compact view ]

Pages: [1] 2 3next
1
Thanks TaoPhoenix, it is nice to see someone found this interesting enough to reply!

This was a real world scenario from an industrial manufacturing environment - a company wanted to digitally capture weights from their production line utilizing existing hardware, which commanded the use of RS-232 ports.  Sure, RS-232 is "outdated" and no longer found on the typical home computer these days, but despite that fact serial communications are still extensively used in manufacturing environments and on analytical equipment.  It would be quite handy for a programmer to know how to interface their programs with serial ports if they wish to be hired to work in a manufacturing environment.

2
I need a way to automatically place a dynamic stamp onto a document when it is printed to the default printer.  The dynamic stamp would include the current date and time of printing (the dynamic aspect) and also include some static text, something along the lines of "This document expires 8 hours after the date and time listed."  Customizable text here would be sweet.

This needs to work with any printed document type, be it .TXT, .PDF or whatever, and this stamp must appear on every printed page.

All of the programs I have found seem to allow dynamic stamping but require the document be stamped and then saved prior to being printed.  In other words, sure I can place a dynamic date and time stamp on a batch of .PDF's and save them in one sitting, but then they will have the date and time on them from the stamping session instead of an "on the fly" stamp with the current date and time at the moment of printing, as is needed.

Thank you for your consideration, and any input would be greatly appreciated.

--Byte

3
Cancel this request.

Found WinCT with RSKey which is a free utility with configurable serial port options, and after some fiddling it does everything I need it to do.

Thank you for your time.

4
Forgot to mention, needs to pass along the decimal point in addition to the numerical data...

Thanks for your consideration!

5
I have a scale.  This scale weighs an item and after both a button is pressed and a stable weight is determined, that weight can be sent via RS-232 to a Windows 7 workstation.  It communicates well with HyperTerminal, however I can't collect the weights into a table or form using HT.  Also, the output from the balance is right-aligned with empty characters (spaces?) and contains the unit of weight (in this case, "g" for grams).

What I would like to see is a program hiding in the system tray which will read the serial data and strip out the empty characters as well as the unit of weight (no matter what letter or letters), passing along only the numerical values to an empty field in the Windows environment.  An example of an empty field would be Notepad or Excel - anywhere the cursor will place text.  Also requested is the ability to choose whether to place a carriage return & line feed and/or tab value after the data is sent, as well as the typically configurable serial port stuff.

I could really use something like this in the next week...  I hope this sounds easy enough for someone to take on, or if someone knows of something like this which is currently available please point me in the right direction.

Thanks!

Pages: [1] 2 3next
Go to full version