To: | |
---|---|
Subject: | [ts-7000] Re: 485 half duplex communication error |
From: | "khouryelie" <> |
Date: | Fri, 08 Feb 2013 10:35:43 -0000 |
thank you Jim for your reply, 1. this is my actual code int main(void) { int fd; int status,val,prev; fd = open("/dev/tts/5", O_RDWR | O_SYNC); if (fd == -1) { perror("Error opening file for writing"); } ioctl(fd, TIOCMGET, &status); prev = TIOCM_RTS; status &= ~TIOCM_RTS; val=(ioctl(fd, TIOCMSET, &status)); if (val != 0) printf("Error ioctl"); 2. i am actually always having negative 5 6 on rts can you guide me from here ? why can i send if it was at start negative 5 at RTS it makes no sens ------------------------------------ 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/ |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | Re: [ts-7000] 485 half duplex communication error, Jim Jackson |
---|---|
Next by Date: | [ts-7000] Re: 485 half duplex communication error, khouryelie |
Previous by Thread: | [ts-7000] 485 half duplex communication error, khouryelie |
Next by Thread: | [ts-7000] Re: 485 half duplex communication error, khouryelie |
Indexes: | [Date] [Thread] [Top] [All Lists] |
Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU