[beagleboard] Re: Bonescript serial communication ttyO4

2014-05-04 Thread sarkar
It seems from the docs that in the default device tree, the uart pins are set to bidirectional. In serial communication TX should not be able to receive, and RX should not be able to send. I'm afraid that If I keep it default i.e. bidirectional, it might work weird or worst might fry the ports.

[beagleboard] Re: Bonescript serial communication ttyO4

2014-05-04 Thread Chris Rogers
The only changes I made were on the configure.js file (mentioned below) - nothing to the device tree. Just the steps below did not work or you? On Saturday, May 3, 2014 8:49:18 PM UTC-4, sarkar wrote: > > Thanks Chris! > > I need bit more help. Can you tell me how did you set up your device tree

[beagleboard] Re: Bonescript serial communication ttyO4

2014-05-03 Thread sarkar
Thanks Chris! I need bit more help. Can you tell me how did you set up your device tree? Or it worked without editing the tree? On Saturday, November 9, 2013 11:12:00 PM UTC+5:30, Chris Rogers wrote: > > I am not sure if you are still having issues - but I got this example > working : > > http

[beagleboard] Re: Bonescript serial communication ttyO4

2013-11-09 Thread Chris Rogers
I am not sure if you are still having issues - but I got this example working : https://github.com/jadonk/bonescript/blob/master/test/test-serial.js To get that version working, I had to do a few things: 1. you have to have python on your bone # opkg update # opkg install python-compiler