This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

serial port

HEy we have designed our own 8051 board using 4066 to convert single serial port to 4 port but gives lots of garbage once we power up

Parents
  • 1kohm is a quite strong pull - 5mA at 5V.

    And by the way - where did you place the resistors? Remember that we still haven't seen your exact schematics, and the RX and TX signals are avaiable at several different points through the construction. Both as RS232 level signals on the outside of the RS232 transceiver, and directly on the inside of the RS232 transceiver and on the inside of your mux design, directly at the processor pins.

    And since the signals have different data direction, the resistors should be placed at different positions in the circuit for the RX signal compared to the TX signal since the pull-up is intende to help with stable logic states for the logic input sides of the signals in case there isn't an active driver that can make sure that the signal has distinct high or distinct low level.

Reply
  • 1kohm is a quite strong pull - 5mA at 5V.

    And by the way - where did you place the resistors? Remember that we still haven't seen your exact schematics, and the RX and TX signals are avaiable at several different points through the construction. Both as RS232 level signals on the outside of the RS232 transceiver, and directly on the inside of the RS232 transceiver and on the inside of your mux design, directly at the processor pins.

    And since the signals have different data direction, the resistors should be placed at different positions in the circuit for the RX signal compared to the TX signal since the pull-up is intende to help with stable logic states for the logic input sides of the signals in case there isn't an active driver that can make sure that the signal has distinct high or distinct low level.

Children