> Hello again :)
>
> I found the entry 'TS-UART/7400 detected a
>> TS-7400 board' with dmesg. Also, there is a ttyTS0 in /dev.
>
> Alas i cannot open the port :(
> I tried in C with :
> device = open("/dev/ttyTS0", O_RDWR | O_NOCTTY | O_NDELAY);
> I'm getting a big timeout when trying to open, then an error.
>
You might try opening the cua equivalent... (cuaTS0 or cuats0, i don't
remember the correct capitalization off the top of my head) - that shouldn't
block in case the carrier detect isn't asserted. (Yes, the TS-UART doesn't
have carrier detect, but the termios layers may get the wrong state...)
Regards,
Michael
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|