ts-7000
[Top] [All Lists]

[ts-7000] 485 half duplex communication error

To:
Subject: [ts-7000] 485 half duplex communication error
From: "khouryelie" <>
Date: Thu, 07 Feb 2013 14:43:50 -0000
Hello everyone,

i have a ser4 peripheral device on my TS-7200 
i have the 485 option on COM C and COM D

i am trying to test half duplex 485 communications on the ports
i am being able to send and not receive data

i have set the the registers correctly and having 0xc1 meaning option 485 is set

i tried loopback testing the full duplex settings, works fine
but when i go to half duplex i can only send

Does anyone know what could i be missing ?

the following is out of the manual
"The transmit enable for the RS-485 driver is controlled by the RTS signal. The 
RTS
signal must be asserted true to enable the RS-485 driver. When RTS is 
deasserted it
disables the transmit driver and enables the RS-485 receiver."

i tried dissaserting rts with the following code 

        int fd;
        int status;

        fd = open("/dev/tts/4", O_RDWR | O_SYNC);
        if (fd == -1) 
        {
                perror("Error opening file for writing");
        }

        ioctl(fd, TIOCMGET, &status);

        status &= ~TIOCM_RTS;

        ioctl(fd, TIOCMSET, &status);

stil no reading

thanks in advance guys





------------------------------------

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>
Admin

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