Changes between Version 35 and Version 36 of expansion/gw16122


Ignore:
Timestamp:
04/24/2018 10:44:56 PM (6 years ago)
Author:
Ryan Erbstoesser
Comment:

add uart example

Legend:

Unmodified
Added
Removed
Modified
  • expansion/gw16122

    v35 v36  
    552552* General RF information and specific information regarding antenna choice and performance can be found in this [http://www.ti.com/lit/an/swra161b/swra161b.pdf ​app note].
    553553
     554=== UART RX/TX Example ===
     555
     556This code was provided by a Texas Instruments (TI) employee on the E2E Support forums.
     557
     558This example exposes 2 serial ports to the host that the GW16122 is connected to.
     559 *Linux Example
     560  * /dev/ttyACM0
     561  * /dev/ttyACM1
     562
     563This example code
     564 * LED D1 toggles green when it sends
     565 * LED D2 toggles red when it receives
     566
     567
     568
    554569{{{#!comment
    555570== Programming the Tiva MCU ==