Csafe Protocol Software

Posted on by admin
  1. 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.

Active8 years, 3 months ago

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.

Protocolabatishchev
72k70 gold badges269 silver badges404 bronze badges
Martin StrandbygaardMartin Strandbygaard

1 Answer

Secs

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.

tmcnabtmcnab
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Not the answer you're looking for? Browse other questions tagged c#.netprotocols.net-micro-framework or ask your own question.