VB Visual Basic ModBus Checksum Routine
Function CRC16_BIN(ByRef ModBus_Data() As Long, NumBytes As Integer) As Long Dim Temp As Long Dim CRC As Long Dim Polynomial As Long Dim i As Integer Dim j As Integer ‘—–...
View ArticleParallel Port Driver
Parallel Port Central – refers to inpout.dll which I used to drive the input output through the parallel port on the mirror machine project.
View ArticleHow to write a wordpress plugin
I will be summarizing for myself on this page how to write a WordPress plugin. My initial search on Google WordPress PlugIn Skeleton Generator Skeleton Generator Red Skeleton – Test I generated using...
View ArticleDeveloping Javascript with Chickenfoot – FireFox Plugin
Allows for a wysiwyg like alteration of a page for the purpose of making page mashup more easy.
View ArticleVisual Basic Connection to MySQL
I want to use MySQL with Visual Basic in an effort to bypass the difficulties encountered when trying to use the Microsoft database tools. Those problems include chronic difficulties getting my...
View ArticleProgramming Books
Book List Linkers and Loaders – John R. Levine GNU Linux Application Programming Hacking: The Art of Exploitation
View ArticleWordPress PlugIn Example with Full I18N Internationalization with the...
I am sure now days there are many fully internationalized plug ins for WordPress but this is the first one I have noticed. I am noting it here along with the plugin archive because I will be writing...
View ArticleAndroid DeBug Bridge – Move your unmovable Android apps
Research Links Moving your unmovable Android apps to an SD card Google: android adb app
View Article