[beagleboard] UART1 Isn't Reading

2017-09-07 Thread Tomas Medina
I'm trying to have a Beaglebone Black Wireless(debian image 2017-07-01) communicate to another device using UART serial communication. In an example program, the bone waits for the device to send the letter "A", then, upon receiving the right letter, outputs a message and transmits the letter

Re: [beagleboard] UART1 Isn't Reading

2017-09-07 Thread Drew Fustini
You may need to configure those pins for uart mode: config-pin P9_24 uart config-pin P9_26 uart If that does not fix the problem, then please create an issue in the GitHub repo: https://github.com/adafruit/adafruit-beaglebone-io-python and paste the output of these commands in the issue: config

Re: [beagleboard] UART1 Isn't Reading

2017-09-08 Thread Tomas Medina
Thanks Drew! The commands seem to make it work. I'll leave this open in case I run into any more problems. On Friday, September 8, 2017 at 12:26:32 AM UTC-4, Drew Fustini wrote: > > You may need to configure those pins for uart mode: > > config-pin P9_24 uart > config-pin P9_26 uart > > If tha

Re: [beagleboard] UART1 Isn't Reading

2017-09-08 Thread Mala Dies
Hello, That works...cool! I will know how to handle things in the future. Seth On Friday, September 8, 2017 at 1:03:24 PM UTC-5, Tomas Medina wrote: > > Thanks Drew! The commands seem to make it work. I'll leave this open in > case I run into any more problems. > > On Friday, September 8, 2017

Re: [beagleboard] UART1 Isn't Reading

2017-09-09 Thread Jeff Andich
Hi, I'm also having some issues enabling/disabling UART1, 2 through the device tree, am57xx-evm-reva3.dtb, on the BB-X15. I'm attempting this on an am572xEVM, rev a3 with beagleboard image with debian 8.6 and kernel 4.4.30. Thus far, nothing is coming out the TXD pins when I run minicom on t