ChrisMarin
Technical User
Long shot, I know, but...
Does anyone know of a good, free serial port scanner, ala HyperTerminal, that can log the results to a text file? Then when it reaches a certain cap (ie 5mb in size or 6 hours in time) it stops updating the current text file and moves onto a new one?
We have an old phone system that is outputting reportable raw data and we would like to capture it and import it into an SQL database for reporting. However, I'd like to import individual files, rather than import the whole thing and check each time.
Plus the size will get unmanageable quite quickly.
I've configured the phone system to only output the data needed, space delimited with a carriage return and line feed after each record.
I just need it captured to multiple log files that I will import in to an SQL database (and move to a "processed" folder) using SQL servers' Integration Services.
The phone system is so old that the only form of connection is via RS232 to a PC's serial port.
Does anyone know of a good, free serial port scanner, ala HyperTerminal, that can log the results to a text file? Then when it reaches a certain cap (ie 5mb in size or 6 hours in time) it stops updating the current text file and moves onto a new one?
We have an old phone system that is outputting reportable raw data and we would like to capture it and import it into an SQL database for reporting. However, I'd like to import individual files, rather than import the whole thing and check each time.
Plus the size will get unmanageable quite quickly.
I've configured the phone system to only output the data needed, space delimited with a carriage return and line feed after each record.
I just need it captured to multiple log files that I will import in to an SQL database (and move to a "processed" folder) using SQL servers' Integration Services.
The phone system is so old that the only form of connection is via RS232 to a PC's serial port.