gkenji / beagleboard

Automatically exported from code.google.com/p/beagleboard
0 stars 0 forks source link

Serial coomunication problem #117

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I have a working serial communication program that uses the rs232
2.Program runs well while receiving data from and sending data to BB
3.There is a problem when BB receiving data
4. I am trying to send decimal numbers like 5,6,7....

What is the expected output? What do you see instead?
Normally data must be send pc to BB without problem because vice versa is 
normal. If I add 15 to my array BB start receiving data from that array 
element. For example 1,4,7,15,2 send from pc just 2 is received by BB. If there 
aren't any 15 in array BB does not read.

What version of the product are you using? On what operating system?
BB xm rev C...ubuntu 11.04

Please provide any additional information below.

Original issue reported on code.google.com by uirma...@gmail.com on 1 May 2013 at 6:25