On Mon, Sep 15, 2014 at 1:53 PM,  <c...@isbd.net> wrote:
> I am trying to use the Adafruit Python IO library to acces the UARTS
> on my BBB.
>
> According to the Adafruit documentation if I do:-
>
>     import Adafruit_BBIO.UART as UART
>     UART.setup("UART1")
>
> I should then be able to use /dev/tty01, but there isn't a /dev/tty01,
> only a /dev/tty1.  Is this an error in the documentation or is there
> something more fundamental broken?  I don't seem to be having much
> success using /dev/tty1 or /dev/tty01 anyway.

Sounds like you didn't load the ttyO1 overlay..

Then /dev/ttyO1 will be available.

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to