Thursday, May 29, 2008

Hyper Terminal + USB to Serial on Vista

Most of you must be aware that Windows Vista lacks the Hyper Terminal even in the Ultimate Edition! also. I was really frustrated with a laptop with no COM port and Windows Vista that doesn’t have the Terminal Software. I was sure that there must be third-party software out there which will do the job, but will I really give up the trusty Terminal Services Client that I was so much used to?

I copied Hyper Terminal Software from a Windows XP SP2 machine, its easy to find via the Open Target Location option of the short-cut properties window. However when tried to start the copied program, the system complained about a missing hypertrm.dll file, which was again easy to find from the System32 folder of the XP system and copied it over to the System32 folder of the Vista system. I tried to open it again, wow…that’s more like it…it was working.

And then since my laptop did not have a built-in COM port, I used a USB to DB9 cable which used to self-install drivers like ‘magic’ in XP. Since my USB to DB9 cable didn’t have any logo, trademark,etc it was a little difficult to find a good working driver, however I stumbled upon a fortune cookie and soon I was configuring my Router!

Here is the Hyper Terminal + DLL file zipped.
And here are the USB to DB9 drivers for Vista 32-bit again zipped.
In case you need it here is the link which I downloaded the drivers, I think it might be handy since its got various other versions of the driver for various platforms.

E-book download links

http://www.giuciao.com
http://knowfree.net
http://viewzoft.com
http://www.yui.ru
http://www.flazx.com
http://www.free-books.net
http://www.e-dsp.com
http://www.bestebooksworld.com
http://ebooks.ulb.tu-darmstadt.de
http://www.ebooks.com
http://ebooksclub.org
http://gigapedia.org
http://projectw.org
http://allfree.fermanaziz.com
http://www.ebooksmine.com
http://www.asiaing.com
http://www.artikel-software.com/blog
http://www.sallys-ebooks.co.uk
http://william06370.tripod.com/index.html
http://www.sedoparking.com/ebookimpressions.com/forum
http://www.softpanorama.org/Scripting/Shellorama/papers_ebooks_and_tutorials.shtml
http://www.freeos.com/guides/lsst
http://www.myitcareer.org

Monday, May 26, 2008

Mac OS X: About the Archive and Install feature

Available in Mac OS X 10.2 and later, an Archive and Install installation automatically moves existing system files to a folder named Previous System, then installs Mac OS X again. You cannot start up your computer using a Previous System folder, nor can you "re-bless" the Previous System folder.

You can choose to preserve your user and network settings before installing. This option automatically moves existing users, Home directories, and network settings. This also skips the Setup Assistant after installation.

Note: Because the "Preserve user and network settings" option moves, not copies, existing users, Home directories, and network settings, from the Previous Systems folder to the newly installed System, these items will not exist in the Previous Systems folder after the Archive and Install is complete.

If Mac OS X is not already present, you cannot select Archive and Install. You must Install or Erase and Install instead.

Step by Step instruction manual for you....

Install Mac OS X 10.5 on an Intel Pentium 4




Tuesday, May 20, 2008

connection string for Excel database in .net

MS Excel OLEDB connection strings

Standard Security:

"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\"{0}\";User ID=;

Password=;Extended Properties=\"Excel 8.0;HDR=YES\";";