Need some help with figuring out why MCE won't send commands to my chromoflex.
root@moon165:/home/ivo# ls -l /dev/ttyS1
crw-rw---- 1 root dialout 4, 65 Aug 13 12:32 /dev/ttyS1
root@moon165:/home/ivo# ls -l /dev/ttyS0
crw-rw---- 1 root dialout 4, 64 Aug 13 12:31 /dev/ttyS0
did a test:
root@moon165:/home/ivo# echo "testing" > /dev/ttyS0
result is correct on the other end
did an other one
root@moon165:/home/ivo# echo "testing" > /dev/ttyS1
no result on the other end It just takes real long to finish
tested the chromoflex with same cable from win7 works fine
I would realy like to get it working from ttyS1 as this is an internal port but ttyS0 is also ok for now till I get MCE to controll it
Any ideas?