DSPRelated.com
Forums

slip and blackfin

Started by amara vati May 25, 2004
hi,

have anybody configured slip for balckfing dsp BF533. My SLIP config
through serial cable works. but with the dsp, not a single byte of
data is being delivered. i have checked the serial line configuration
using the stty command. i have disabled any flow control. still i am
unable to transfer any data. any help appreciated.

amar
Hi, though posted it long back, i thought it would be worhtwhile to
follow this up as I found the solution and it might be useful for
somebody someday. finally it worked with the following commands

slattach -p slip -s 115200 -e ttyS0
stty -F /dev/ttyS0 -icanon -crtscts -ignbrk clocal
slattach -p slip -s 115200 -m ttyS0 &

basically the crtscts option which is not supported by the DSP was not
being disabled. the above commands helped doing it.

amar

amaraavati@yahoo.com (amara vati) wrote in message news:<f89b870.0405242255.7f5d1c89@posting.google.com>...
> hi, > > have anybody configured slip for balckfing dsp BF533. My SLIP config > through serial cable works. but with the dsp, not a single byte of > data is being delivered. i have checked the serial line configuration > using the stty command. i have disabled any flow control. still i am > unable to transfer any data. any help appreciated. > > amar