Monday, September 29, 2014

MAX232CPE quality

Recently bought MAX232CPE from local retailer. I was surprised when saw package print. Logo looks strange and suspicious, printing quality would be better. I can not exclude that MAXIM is done changes to logo and made it more artistic. Whatever I don't know yet if part is 100% operational, but in mockup device it gives some living signs.
MAX232N package
MAX232CPE package photo

Friday, September 5, 2014

DLL Export Viewer language localisation

Recently I took a chance and translated interface of one programmer's utility. It is called DLL Export Viewer. As program author writes on his page about this program: This utility displays the list of all exported functions and their virtual memory addresses for the specified DLL files. You can easily copy the memory address of the desired function, paste it into your debugger, and set a breakpoint for this memory address. When this function is called, the debugger will stop in the beginning of this function. 
Now this software is available also in Latvian. To use different language interface download your desired language zip file if available from developer's website and extract file dllexp_lng.ini in the same folder where executable file is located.
DLL Export Viewer is available here.