Re: minicom serial output

From: Juhan Leemet (juhan_at_logicognosis.com)
Date: 07/22/04


Date: Thu, 22 Jul 2004 05:34:31 -0200

On Thu, 22 Jul 2004 02:40:56 +0100, anonymous coward wrote:
> My device is very simple and only uses ground, TD and RD. All the other
> lines are left floating. I wonder whether this could be part of the
> problem, even though I turned off both software handshaking and
> hardware handshaking.

I was going to ask how you had the wiring setup. Personally, I would try
to use some of the modem control signals (to the computer), such as DCD
(data carrier detected) and CTS (clear to send) etc. I don't remember what
they are, but you can look them up. If you've left them floating they
could be anything. With some logic they do eventually float up (or down),
but it may depend on internal wiring and/or noise, etc. Unlikely, but
maybe. The hardware serial I/O chip in the computer might have its send
"disabled" or "held off" (e.g. by CTS not being asserted). You can put
stuff into the queues and they'll get put into the hardware buffers, but
then they'll fill up and wait (maybe forever).

I see you (accidentally?) got it to work. Good stuff. I would still assert
those signals, though. Might be good to do it on your devices, too? Then
they would have "standard" (say 9-pin PC connections, which are really not
RS-232 standard, but have become defacto standards).

-- 
Juhan Leemet
Logicognosis, Inc.


Relevant Pages

  • Re: Index register and accumulator
    ... exactly specified rounding, in decimal to match the real world of pounds ... The intent of the quanta parts of IEEE decimal is to permit automatic scaling, as binary floating point does, while preserving significance information. ... Loss of significance is detectable by the hardware in IEEE decimal, ... They had to make one important change to the COBOL standard, from mandating 34 digit precision to only 33-digit, so as to get something that would fit in a quad, but they were happy to do so to get the added range and be free from the task of explicitly coding the decimal point maintenance. ...
    (comp.arch)
  • 128-bit floating Point
    ... The proposed IEEE 754r standard for floating point computation states ... or as any mix of hardware and software. ...
    (comp.arch)
  • Re: Binary Form
    ... The C standard does not define the bit-by-bit representation of the ... or by the IEEE 758 or 858 floating point standard. ... If you want to know what floating point formats your hardware ...
    (comp.lang.c.moderated)
  • Re: Why float is called as float, not real?
    ... Hardware floating point was one of the big advantages of the 704, ... > I don't off-hand know of any fixed-point implementations of Fortran ... The standard clearly is written ...
    (comp.lang.fortran)
  • Re: Cohens paper on byte order
    ... > Why not make manufacturer t's depiction look like this: ... between different hardware. ... and as such is NOT in the proper domain of AES. ... > for this in the AES standard. ...
    (sci.crypt)