I'm unable to write a string using the example software included.
DF1Comm1.WriteData("S13:0","This is a test") results in:
Conversion from string "This is a test" to type 'Single' is not valid.
After working with this more, It appears to write a string just fine if the string has an odd number of characters. DF1Comm1.WriteData("S13:0","This is a testx") works just fine.
I'm unable to write a string using the example software included.
DF1Comm1.WriteData("S13:0","This is a test") results in:
Conversion from string "This is a test" to type 'Single' is not valid.
After working with this more, It appears to write a string just fine if the string has an odd number of characters. DF1Comm1.WriteData("S13:0","This is a testx") works just fine.