Hello everyone,
I'm developing a peripheric like a mouse, with ez430-f2013 (or f2012): a special head-mouse for tetraplegic people.
I have problems with communication between eZ430-f2013 -> PC. I would send some data (6 bytes) to my computer. I try to adapt the msp430x20x3_ta_uart2400.c sample, but no data is received from PC.
I tried to do this with ps/2 port, RS232 port and USB port, connected to the P4 and P5 pins... without results.
How can I do this?
It seems that not signal is sended.
Thanks!