DFRobot TEL0070 Manual

Multi usb/rs232/rs485/ttl converter

Advertisement

Quick Links

7/10/2014
Multi USB/RS232/RS485/TTL Converter (SKU:TEL0070)
From Robot Wiki
Contents

1 Introduction

2 Power Supply

3 PIN Function Description

4 Usage Direction
5 Other Reference Connection
Introduction
Multiplexer is a multi protocol converter which is composed by multiple
interfaces for using controller communication. Multiplexer supports
conversion interfaces among USB, TTL, RS232, RS485, and allows to
have one input and multiple outputs. It's more convenient for many
kinds of controllers to communication.
Power Supply
Supply Voltage is 5V ,and is divided into two way.
1. via Micro USB data wire.
2. Any pin 5V .
Note:please do not plug two or more 5V to aviod to burn the chip. And, do not connect 5V if already connected
from Micro USB.
PIN Function Description
Points to note:
1. Multiplexer board is divided into Area A and Area B. Area A includes Micro USB、ATTL and A232 interfaces. Area
B includes BTTL、B232、B485 interfaces. The signal can be convertered between A and B.
2. The signal in the same area can't be convertered. For example, ATTL can't be converted to A232, but it can be
convertered to B232.
3. Only one input in the same area, but it allows to have multiple outputs.For example,if micro USB interface in A is
input,multiplexer can be allowed to have 232、485 and TTL as outputs.
Indicator:
POWER:power indicator
AR->BT: The interface in A as input,the interface in B as output
BR->AT: The interface in B as input, the interface in A as output
http://www.dfrobot.com/wiki/index.php/Multi_USB/RS232/RS485/TTL_Converter_(SKU:TEL0070)
Multi USB/RS232/RS485/TTL Converter (SKU:TEL0070) - Robot Wiki
Multiplexer (SKU:TEL0070)
1/6

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TEL0070 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for DFRobot TEL0070

  • Page 1 7/10/2014 Multi USB/RS232/RS485/TTL Converter (SKU:TEL0070) - Robot Wiki Multi USB/RS232/RS485/TTL Converter (SKU:TEL0070) From Robot Wiki Contents 1 Introduction 2 Power Supply 3 PIN Function Description 4 Usage Direction 5 Other Reference Connection Introduction Multiplexer is a multi protocol converter which is composed by multiple interfaces for using controller communication.
  • Page 2 7/10/2014 Multi USB/RS232/RS485/TTL Converter (SKU:TEL0070) - Robot Wiki Usage Direction Sample descripition: The multiplexer board achieve USB to TTL, micro USB interface in A as input and the TTL interface in B as output. The operation is same for USB to 232 and 485.Similarly, the reverse converter B to A is also feasible,such as 232 to USB,485 to USB, TTL to USB.
  • Page 3 7/10/2014 Multi USB/RS232/RS485/TTL Converter (SKU:TEL0070) - Robot Wiki STEP 3: Program a sample code for your Arduino UNO void setup() Serial.begin(115200); void loop() if(Serial.available()){ Serial.write(Serial.read()); STEP 4: Send and Receive data We need a serial monitor for monitoring data. There're lots of good tools like putty,CoolTerm and so on.In this case, we choose CoolTerm (http://freeware.the-meiers.org/) to do this.
  • Page 4 7/10/2014 Multi USB/RS232/RS485/TTL Converter (SKU:TEL0070) - Robot Wiki Thus far,you achieve the function USB to TTL. However, you can test reversed converter based on this function, being B to A converter. You only need to change the UNO code. You will see the change that coolterm will receive data from UNO.
  • Page 5 7/10/2014 Multi USB/RS232/RS485/TTL Converter (SKU:TEL0070) - Robot Wiki RS232 PIN Description 2.USB to 485 converter http://www.dfrobot.com/wiki/index.php/Multi_USB/RS232/RS485/TTL_Converter_(SKU:TEL0070)
  • Page 6 7/10/2014 Multi USB/RS232/RS485/TTL Converter (SKU:TEL0070) - Robot Wiki Retrieved from "http://www.dfrobot.com/wiki/index.php? title=Multi_USB/RS232/RS485/TTL_Converter_(SKU:TEL0070)&oldid=7410" This page was last modified on 18 October 2013, at 16:33. This page has been accessed 1,811 times. http://www.dfrobot.com/wiki/index.php/Multi_USB/RS232/RS485/TTL_Converter_(SKU:TEL0070)

Table of Contents