Advertisement
digigram

Energia werk hopenlik

Oct 16th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1.  
  2. plug in usb TI programer module
  3. dmesg to find which ttyACMx port
  4. In the first terminal: stty 9600 -icrnl -opost -onlcr -isig -icanon -iexten -echo -crterase -echok -echoctl -echoke -F /dev/ttyACM9
  5. In the first terminal: cat /dev/ttyACM9
  6. plug in the TI chip module to the TI programmer module
  7. In the second terminal: mspdebug rf2500
  8. In mspdebug: reset
  9. dmesg to find which ttyACMx port (should have incremented by one)
  10. In the first terminal: stty 9600 -icrnl -opost -onlcr -isig -icanon -iexten -echo -crterase -echok -echoctl -echoke -F /dev/ttyACM10
  11. In the first terminal: cat /dev/ttyACM10
  12. In mspdebug: run
  13. In the first terminal: you should see serial output
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement