I'm new to the serialzer and traxter. I come from the old hc11 and sbasic of micro controllers and trying to learn c# is allot more difcult then expected.
A nice thing about the hc11 and sbasic everybody shared there code. For me it helped me understand what did what and I learned by doing.
Is there anything on the net that could give other examples or how to's for the serialzer?
I have an extensive background using the Motorola HC16, so I know where you're coming from. :)
I do need to improve documentation quite a bit, but there are examples for all of the .NET objects in the Serializer .NET MSDN style documentation. If you go under each namespace (e.g. Namespace.RoboticsConnection.Serializer.Sensors), and then click on one of the sensor classes, you'll see an "Example Source Code" link that you can click on, and see example source code for each of the Serializer ojbects. Each namespace has example source where appropriate.
I'm going to add another post in the forum following this one about how to set up the Serializer .NET library to handle events appropriately...
Thanks. I better get started studying what they have.
Thanks for the direction