Re: [riot-devel] Ubuntu to Riot Communication

2015-12-08 Thread Kaspar Schleiser
Hey, On 12/08/15 17:29, Sugang Li wrote: > 1. I am using SAM R21 board for the border_router examples, and I can > shell into the RIOT from both USB debug port and UART port (PIN: PA04 > and PA05). I just opened a pull request [1] that allows multiplexing network and shell over just one UART. You

Re: [riot-devel] Ubuntu to Riot Communication

2015-12-08 Thread Cenk Gündogan
Hello Sugang, Can you try the pins PA23(RX pin) and PA22(TX pin)? PA04 and PA05 share the same UART with the shell. I hope this helps. Best, Cenk On 08.12.2015 17:29, Sugang Li wrote: Hi Oleg, Sorry that I come back to this question so late. After a few trials, I still have the following c

[riot-devel] Ubuntu to Riot Communication

2015-12-08 Thread Sugang Li
Hi Oleg, Sorry that I come back to this question so late. After a few trials, I still have the following concerns: 1. I am using SAM R21 board for the border_router examples, and I can shell into the RIOT from both USB debug port and UART port (PIN: PA04 and PA05). When I connect two cable at the

Re: [riot-devel] RIOT for Zigduino

2015-12-08 Thread Behailu S. Negash
Greetings, Thank you for your kind reply. I tried the way you suggested and I still have a problem with the UART. I wrote a separate code to test the UART and it works. However, with RIOT I am getting no response. I am using the hello_world application to test. modified the uart.c code in the peri