Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - love2xlr8

Pages: [1]
1
Installation issues / chomoflex issue
« on: August 13, 2012, 12:46:54 pm »
Need some help with figuring out why MCE won't send commands to my chromoflex.

Code: [Select]
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:

Code: [Select]
root@moon165:/home/ivo# echo "testing" > /dev/ttyS0
result is correct on the other end

did an other one

Code: [Select]
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?

Pages: [1]