Hello everyone,
First off i am new to Programming Trinamic boards. I've got the first version of the Trinamic SixPack.
Now i have played arround with the Software you can download.
I want to program my own software using c# because i know that language very well...
In my software i open the com port and i send a 9 byte array to the board...the data LED flashes but nothing happens...
I send the following: port.Write(new byte [] { 0x01, 0x25, 0x05, 0xFF, 0x01, 0x00, 0x00, 0x00, 0x00 }, 0, 3);
that is exactlly how i see if i record a macro at the highest speed...but nothing happens...
am i forgetting something...please help!!
thanks
Franklin
