Hello,
I have a Tacx T2240.
I am developing an application in C # which identifies the Cadence and Speed values.
Channel = 0
ChannelType = Slave
DeviceId = 3553
DeviceType = 121
ChannelPeriod = 8086
TransmissionType = 1
RadioFreq = 57
This reading part does not pose any problem.
Now I want to define the WheelTorque.
How should I do it ?
I define a Channel like this:
Channel = 1
ChannelType = Master
DeviceId = 3553
DeviceType = 11
ChannelPeriod = 8086
TransmissionType = 5
RadioFreq = 57
What should I put in the Data table to send by
sendBroadcastData
Thank you in advance for your help.
PS: attached my C # project