Re: Unsuccessfull serial communication with CF 2.0

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Your device requires voltage on RTS or DTR. I'm saying that the UART used
for the serial port on your device may not support them, and the
manuafacturer therefore would not have run any signals. The port could
still send and receive data, it just can't support the handshaking lines.
You have to check with the OEM.

-Chris

"Lonifasiko" <mloichate@xxxxxxxxx> wrote in message
news:1137503277.857846.147960@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi Chris,
>
> Thanks for your interest. What do you mean by UART? This is what I can
> tell you:
>
> "supports asynchronous, RS-232 communications via the data port at 9600
> baud only.
> Data are transferred as 8-bit characters with no parity and one stop
> bit. Communication is via three-wire (RS-232
> designations of BA, BB, AB) cable."
>
> and.....
>
> "The following conditions must be met:
> 1. The computer must assert (apply a positive RS-232 voltage to) RTS
> and/or DTR. Either or
> both of these signals supply power to the cable circuitry.
> 2. The computer may leave RTS "open" but may not drive it to a negative
> RS-232 level.
> 3. The computer communications port must be set to 9600 baud, 8 data
> bits, no parity, and one
> stop bit."
>
> Therefore you mean that after knowing RTS or DTR, I would be able with
> CF 2.0 SerialPort class to send and receive data via serial port?
> I'm using event driven communication like this:
>
> sp.DataReceived += new
> SerialDataReceivedEventHandler(this.ReceiveData);
>
> I understand that after sending the specific command I need with Write
> or WriteLine(), if device sends me back something, ReceiveData method
> should be called.
>
> Thanks very much.
>


.



Relevant Pages

  • Re: serial port DTR and RTS
    ... Before I open the serial port, ... But I dont see any potential across thse 2 pins? ... My main purpose to access the DTR and RTS pins is to drive ...
    (comp.soft-sys.matlab)
  • Re: Serial port operation -
    ... RTS and DTR on the serial port. ... I haven't had much to do with the serial port and don't know how ... Fire up minicom, set both to 8N1, same speed for both and you ...
    (Fedora)
  • Firing pins using serial lines RTS DTR
    ... I'm trying to use a serial port to activate a leds panel playing three ... I decided to do this way: one to send the data (RTS), ... millisecond using DTR and RTS, and using Windows CE it's worse. ...
    (microsoft.public.dotnet.languages.csharp)
  • RS232 control line programming.
    ... I have a project which involves merely toggling the states of the control ... lines DTR and RTS on a RS232 serial port - not sending any data. ...
    (comp.os.linux.development.apps)
  • Re: Flow Control on Serial Device
    ... I found out that if I just reboot my pc from Windows to Linux ttyS0 behaves ... Then I see in Linux the same status as in WT: rts on, ... means your serial port is not active... ...
    (comp.os.linux.networking)