Csafe Protocol Software
Does anyone know of an open source implementation of the CSAFE protocol? The CSAFE protocol is an open protocol specification used to interface with fitness equipment. I'm working on an improved training computer (embedded device using.Net MF) for my Concept2 rowing machine, and not having to first implement this protocol would be nice. This video walks you through the steps to send SCPI commands to your EXFO lab equipment (after hardware connection is established–see video 2). You’ll learn key SCPI commands to talk to the. Silicus Microsoft.NET developers needed to get familiar with CSAFE for communication between fitness equipment and other equipment. Silicus.NET developers mastered the protocol nuances to ensure no delay in project timelines. The software seamlessly interacted with TV Tuner cards, touch screen monitors and audio equipment.
Does anyone know of an open source implementation of the CSAFE protocol? The CSAFE protocol is an open protocol specification used to interface with fitness equipment.
I'm working on an improved training computer (embedded device using .Net MF) for my Concept2 rowing machine, and not having to first implement this protocol would be nice.
abatishchev1 Answer
Doubtful. A cursory googling and Codeplex/GitHub/Sourceforge review says no.
.NETMF is pretty new in terms of a developer base, so unless it's something common like an RTC or the interface is trivial, it's likely that you'll have to DIY.
Csafe Protocol Software
Edit: looking at the wikipedia for CSAFE, it looks like CSAFE is just garden-variety serial port connection over a different connector. If that's the case, you don't need to write a driver. However, it looks like extended mode operation enumerates on the protocol, and therefore you'd need to write a firmware driver that implements the extended behaviour.