Hello.
Please I need help from anyone who know about my problem..
I m passing value to textBox.
I need to get that value and pass to CAN.
I store val as:
String^ myval=textBox1->Text;
and i m passing to CAN as:
Transmit.Data[0] = myval;
but i m getting error.
please tell me how to pass my value to CAN.
Thanks in Advance