October 2009
-
:
L'Hexapod: I seem to have developed something remarkably similar to the SSC 32
Previously published This article was previously published on lhexapod.com as part of my journey of discovery into robotics and embedded assembly programming. A full index of these articles can be found here. I was looking for information … -
:
The equivalent of static libraries in .Net
I’m building my managed XLL tool in two versions, a ’normal user’ version and a ‘pro’ version. The ‘pro’ version has additional features that I don’t feel would necessarily appeal to all of my … -
:
L'Hexapod: Serial communications issues
Previously published This article was previously published on lhexapod.com as part of my journey of discovery into robotics and embedded assembly programming. A full index of these articles can be found here. I’ve just spent a while … -
:
L'Hexapod: Flow control is the key?
Previously published This article was previously published on lhexapod.com as part of my journey of discovery into robotics and embedded assembly programming. A full index of these articles can be found here. I posted a question about my … -
:
L'Hexapod: New design please...
Previously published This article was previously published on lhexapod.com as part of my journey of discovery into robotics and embedded assembly programming. A full index of these articles can be found here. Having discussed my serial … -
:
L'Hexapod: Almost there....
Previously published This article was previously published on lhexapod.com as part of my journey of discovery into robotics and embedded assembly programming. A full index of these articles can be found here. Work on the latest version of … -
:
L'Hexapod: Moving multiple servos at once
Previously published This article was previously published on lhexapod.com as part of my journey of discovery into robotics and embedded assembly programming. A full index of these articles can be found here. The final command for my serial … -
:
L'Hexapod: After the servo controller
Previously published This article was previously published on lhexapod.com as part of my journey of discovery into robotics and embedded assembly programming. A full index of these articles can be found here. The work on turning my excel … -
:
L'Hexapod: Integrating the multi-move command
Previously published This article was previously published on lhexapod.com as part of my journey of discovery into robotics and embedded assembly programming. A full index of these articles can be found here. I’m in the process of … -
:
L'Hexapod: Unit testing AVR assembly language
Previously published This article was previously published on lhexapod.com as part of my journey of discovery into robotics and embedded assembly programming. A full index of these articles can be found here. Way back at the beginning of … -
:
Visual Studio 2010 Beta 2 installation failure
I’ve been having problems installing VS2010 Beta 2 onto a selection of x64 VMWare machines (fully updated and service packed XP and Windows 7). In fact I was having problems installing it onto any of them. The error that I was getting … -
:
L'Hexapod: Repeatable Unit Testing with AVR Assembler and AVR Studio
Previously published This article was previously published on lhexapod.com as part of my journey of discovery into robotics and embedded assembly programming. A full index of these articles can be found here. As I mentioned yesterday the … -
:
.Net 4.0 Hosting
I’ve been playing with Visual Studio 2010 Beta 2 and .Net 4.0, building code, running tests, playing with the IDE, etc. The first issue that I’ve come across with my existing codebase is that the .Net 2.0 hosting APIs (such as … -
:
Concurrency profiling with VS2010
I’m currently looking at the new concurrency profiling tools that come with Visual Studio 2010. It’s interesting and useful stuff. The tools provide what I have attempted to develop in the past by using API Hooking but … -
:
L'Hexapod: Testing, Testing...
Previously published This article was previously published on lhexapod.com as part of my journey of discovery into robotics and embedded assembly programming. A full index of these articles can be found here. The AVR assembly language unit …