Advertisement
Guest User

Untitled

a guest
Nov 27th, 2017
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. ./test_loragw_spi
  2. Beginning of test for loragw_spi.c
  3. Note: SPI port opened and configured ok
  4. WARNING: SPI address > 127
  5. Note: SPI write success
  6. Note: SPI read success
  7. lgw_spi_wb:311: BURST WRITE: to trans 16 # chunk 16 # transferred 16
  8. Note: SPI burst write success
  9. lgw_spi_rb:373: BURST READ: to trans 16 # chunk 16 # transferred 16
  10. Note: SPI burst read success
  11. lgw_spi_wb:311: BURST WRITE: to trans 2500 # chunk 1024 # transferred 1024
  12. lgw_spi_wb:311: BURST WRITE: to trans 1476 # chunk 1024 # transferred 2048
  13. lgw_spi_wb:311: BURST WRITE: to trans 452 # chunk 452 # transferred 2500
  14. Note: SPI burst write success
  15. lgw_spi_rb:373: BURST READ: to trans 2500 # chunk 1024 # transferred 1024
  16. lgw_spi_rb:373: BURST READ: to trans 1476 # chunk 1024 # transferred 2048
  17. lgw_spi_rb:373: BURST READ: to trans 452 # chunk 452 # transferred 2500
  18. Note: SPI burst read success
  19. Note: SPI read success
  20. data received (simple read): 255
  21. Note: SPI port closed
  22. End of test for loragw_spi.c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement