Guest User

Untitled

a guest
Jun 22nd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. === ATMega128 RS232 Terminal ===
  2. Type "help" to see a list of available commands.
  3.  
  4. > fbus addr 0
  5. Setting new address 0x0000 (0)... OK
  6. > fbus write 32
  7. Writing 0x20 (32)... OK
  8. > fbus read
  9. Read 0x20 (32)
  10. > fbus addr 2048
  11. Setting new address 0x0800 (2048)... OK
  12. > fbus write 64
  13. Writing 0x40 (64)... OK
  14. > fbus read
  15. Read 0x40 (64)
  16. > fbus addr 0
  17. Setting new address 0x0000 (0)... OK
  18. > fbus read
  19. Read 0x20 (32)
  20. >
Add Comment
Please, Sign In to add comment