Re: [beagleboard] BBB: Interrupt drived UART

2014-06-13 Thread John Syn
On 6/13/14, 2:53 PM, "Ivan Nazarenko" wrote: >On Fri, 13 Jun 2014 13:48:59 -0700 (PDT) >Aswin wrote: > >> Hi, >> >> I need to interface BBB with a PIC microcontroller using UART. I have >>had >> partial success- I could read the data received by BBB using minicom as >> well as this command: (

Re: [beagleboard] BBB: Interrupt drived UART

2014-06-13 Thread Ivan Nazarenko
On Fri, 13 Jun 2014 13:48:59 -0700 (PDT) Aswin wrote: > Hi, > > I need to interface BBB with a PIC microcontroller using UART. I have had > partial success- I could read the data received by BBB using minicom as > well as this command: (stty 115200 cs8 -ixon; cat) < /dev/ttyO0 > > UART_data.l

[beagleboard] BBB: Interrupt drived UART

2014-06-13 Thread Aswin
Hi, I need to interface BBB with a PIC microcontroller using UART. I have had partial success- I could read the data received by BBB using minicom as well as this command: (stty 115200 cs8 -ixon; cat) < /dev/ttyO0 > UART_data.log I assume these two methods use polling. My app expects