Source: Modbus Chinese Network (modbus. cn) - a leading Modbus communication protocol technology community in China
This article: Complete Guide to Modbus Long Distance Transmission: Every Solution from Twisted Pair to Fiber Optic · Author: Modbus Technical Team · Published on July 1, 2026
Abstract: The physical layer transmission distance of Modbus protocol is limited by the electrical characteristics of RS-485- the standard limit is 1200 meters and the speed is inversely proportional to the distance. This article systematically summarizes all technical solutions for extending Modbus signals to several kilometers or even cross city transmission, including RS-485 relay extension, fiber optic transmission (optical transceiver), cellular network (4G/5G DTU), data transmission radio, LoRa/ZigBee/NB IoT wireless technology, etc. Each solution provides engineering parameters and deployment points for applicable distance, speed, cost, and power consumption. Keywords: Modbus long-distance transmission, RS-485 repeater, optical transceiver, 4G DTU, data transmission radio, LoRa Modbus, NB IoT serial port, fiber optic Modbus.
You pulled an 800 meter RS-485 shielded twisted pair cable on site, and after patrolling the cable, you came back for testing - communication occasionally disconnects and frequently times out. The baud rate is set to 115200 and there are 32 devices. This is a typical case of forgetting to check the distance rate curve of RS-485.
Modbus is an application layer protocol - it has no hard constraints on the transmission distance of the physical layer. The medium you use to carry Modbus frames determines how far you can transmit. So the essential question of "how to transmit Modbus over long distances" is actually "what physical layer can carry the Modbus protocol and extend it to the target distance". Below, classify by distance and transmission medium, and disassemble them one by one.
1、 First, let's take a clear look at the starting point: the physical limits of RS-485
1.1 Basic relationship between distance and speed
RS-485 uses differential signal transmission, relying on the voltage difference between A/B lines (+2V to+6V represents logic 1, -2V to -6V represents logic 0) to resist common mode interference. But the advantage of differential signals decays with distance - the signal distortion caused by the distributed capacitance and DC resistance of cables is more pronounced at high frequencies, so the higher the communication rate, the shorter the reliable distance.
Parameters provided by standard specifications:
| Baud rate | Maximum reliable distance | Remark |
|---|---|---|
| 100 kbps | ≈ 1200 meters | Standard limit |
| 115200 bps | ≈ 800 meters | Actual testing usually results in an additional 20% discount |
| 9600 bps | ≈ 1200 meters | Commonly used in industrial sites, with the best distance performance |
| 4800 bps | ≈ 1800 meters | Preferred for extremely long distances, sacrificing throughput for stability |
| 10 Mbps | ≈ 12 meters | Only available for short distances inside the cabinet |
This inverse curve is the basic knowledge of RS-485 selection - it's not just about "RS-485 transmitting 1200 meters", but it can only transmit 1200 meters below 100kbps. The common industrial applications with a baud rate of 115200 actually have a reliable distance of only about 800 meters, which is the ideal situation for using standard 120 Ω characteristic impedance twisted pair and terminal resistors.
1.2 Node quantity limit
The RS-485 standard specifies a maximum of 32 unit loads per network segment. Nowadays, most 485 chips are designed with 1/4 unit load (input impedance 48k Ω) or even 1/8 unit load (input impedance 96k Ω), and the corresponding node limit can reach 128 or 256. But in reality, the true limitation on the number of nodes is the Modbus protocol itself - the Modbus slave address on an RS-485 network segment is only 1 byte (1-247), and it is extremely rare to have a full 247 slave addresses in practical scenarios because the time pressure of polling cycles will first overwhelm the system.
1.3 Terminal Resistance and Signal Reflection
When transmitting over long distances, the first major problem of unstable communication is signal reflection caused by not connecting a 120 Ω terminal resistor to the terminal. The principle is simple: when the signal reaches the end of the cable, if the impedance is discontinuous, the energy is reflected back and superimposed on the original signal, producing a "ringing" effect. In severe cases, the receiving end cannot understand it at all. Connect a 120 Ω resistor to each end to match the bus impedance and eliminate reflection. If the bias resistor (up and down) is not configured correctly, the voltage difference between A-B during idle mode will be less than ± 200mV, which will also cause random noise to be received during idle mode.
These are foundations. Next, let's talk about how to break the physical limitations of the foundation.
2、 Option 1: RS-485 repeater - further extended by 1200 meters
2.1 Working principle
RS-485 repeater is essentially a bidirectional signal amplifier+regenerator. It is divided into "upstream" and "downstream" two independent RS-485 network segments. The repeater receives the differential signal on one side in the middle, converts it into digital logic level, and then drives it to the other side to send the same signal. Due to the complete regeneration of the signal rather than simple amplification, the new network segment is equivalent to calculating the distance from scratch - the first segment is 1200 meters, and the second segment is another 1200 meters.
A maximum of 9 repeaters can be connected in series on an RS-485 bus, and the total network length can theoretically reach 9600 meters. Each repeater is also a network segment isolator - the upstream terminal resistance, bias resistance, and number of nodes are completely independent of the downstream.
2.2 Core Parameters
| parameter | typical value | Instructions |
|---|---|---|
| Each extension distance | 1200-1500 meters | Related to baud rate, slower and farther |
| Maximum number of cascades | 9 units | Delay accumulation after exceeding is unacceptable |
| Forwarding delay | ≤ 1 digit time | Zero latency automatic forwarding, no need for directional control |
| Photoelectric isolation | 2500Vrms | Protect the burning mouth and resist common mode interference |
| Number of nodes that can be connected | 128 or more per paragraph | Recalculate the load without being affected by the upstream segment |
2.3 Applicable and Not Applicable
Applicable: Within the same factory area, between two or three buildings, between high and low voltage distribution rooms, with a distance requirement of 1-3 kilometers. Do not want to invest in fiber optics or change the protocol. During construction, RS-485 twisted pair cables are still used, and the repeater needs to be powered locally (usually DC 24V).
Not applicable: Areas with multiple lightning strikes (even with lightning protection, long-distance copper wires still pose a risk of causing lightning to equipment ports); Scenarios exceeding 3 kilometers (the accumulated delay and construction difficulty of repeaters are no longer as difficult as fiber optics); An environment with extremely strong electromagnetic interference (such as a workshop where large motors frequently start and stop - copper wires are large antennas, and repeaters can amplify signals but also amplify noise).
3、 Option 2: Optical transceiver - Fiber optic transmission, completely bidding farewell to electromagnetic interference
3.1 Working principle
RS-485 optical transceiver (serial fiber modem) is a pair of paired devices: the transmitting end converts RS-485 differential electrical signals into optical signals and sends them through optical fibers; The receiving end restores the optical signal to an RS-485 differential electrical signal. The entire conversion process is completely transparent - the devices on the serial port side are unaware of the fiber passing through, and the Modbus frames are lossless.
The typical usage is to insert an optical transceiver in the middle of the RS-485 bus:
RS-485 Device(Network segment)A) → optical terminal(AEnd) → optical fiber → optical terminal(BEnd) → RS-485 Device(Network segment)B)Note that optical transceivers are usually used in pairs - both ends must have optical transceivers of the same model (or compatible with each other). Two optical transceivers are directly connected via fiber optic cables, without the need for any switches or routers in between.
3.2 Multimode and Single Mode
Fiber selection directly affects distance and cost:
| Fiber type | Core diameter | Light source | maximum distance | cost | Applicable scenarios |
|---|---|---|---|---|---|
| multimodal | 62.5/50 μm | LED/850nm | 2-5 kilometers | 低 | Within the park, within the same building complex |
| single mode | 9 μm | Laser/1310nm | 20~50 kilometers | 中 | Cross factory and urban areas |
| Single mode long distance | 9 μm | Laser/1550nm | 80-120 kilometers | 高 | Cross city and long-distance pipelines |
The serial port rates supported by optical transceivers typically range from 300 bps to 115200 bps (some models up to 1 Mbps), which is fully sufficient for the common baud rates of 9600-115200 for Modbus RTUs.
3.3 Engineering advantages
The three overwhelming advantages of fiber optic transmission can never be compared to copper wire:
- Thoroughly isolate electromagnetic interferenceThe optical signal is not affected by magnetic fields, and it is not a problem to use the same cable tray as the 10kV high-voltage cable. The photovoltaic power station in Qinghai has a strong magnetic field next to the inverter, and the RS-485 twisted pair cable cannot be used up to 200 meters. After replacing the optical transceiver, there was no packet loss for several months.
- Electrical isolationThe two endpoints of RS-485 copper wire are directly electrically connected - one end is struck by lightning, and the surge energy is instantly transmitted along the copper wire to the other end, burning all equipment. Fiber optic cables are non-conductive, and lightning energy stops at the outer casing of the optical transceiver (provided that the casing is properly grounded).
- Distance crushingSingle mode fiber can easily travel over 20 kilometers, and it takes 9 repeaters to reach 9 kilometers. And the bandwidth margin of fiber optic is huge - upgrading transmission rates in the future does not require changing cables.
3.4 Cost considerations
The cost of an optical transceiver ranges from 200 to 1000 yuan (depending on industrial or commercial grade, optoelectronic isolation level, and operating temperature range). Adding the fiber itself (outdoor armored single-mode costs about 0.5-1.5 yuan/meter, including construction costs of about 3-8 yuan/meter), the total cost within two kilometers is about 2000-5000 yuan. Compared to walking the same distance with copper wires and multiple repeaters (construction+lightning protection+cables), the cost-effectiveness of optical transceivers begins to surpass at around 1.5 kilometers or more.
4、 Solution 3: Cellular Network DTU - As long as there is a signal from the operator, it can transmit
4.1 Working principle
4G DTU (Data Transfer Unit) is a wireless terminal device that transfers RS-232/RS-485 serial data to a remote server through a cellular network (4G/5G/Cat.1/GPRS). For serial devices, DTU exposes an RS-485 (or RS-232) interface, and the device can send Modbus RTU frames as usual; DTU encapsulates this frame internally into TCP/UDP/MQTT packets and transmits them to public or private network servers through the operator's base station and relay network.
The entire data flow path:
Modbus slave(RS-485) → DTU(Serial port)→4G IPPackage) → Operator base station → core network → Internet
→ cloud server(NAT/public networkIP) → upper computer software / cloud platformThe core value of DTU can be summarized as follows:Replace a shovel with a SIM cardNo need to dig trenches or lay cables, no need to install fiber optics, no need to apply for construction permits - connect the equipment to DTU, plug in SIM cards, configure server IP and ports, and data will be transferred from the site to the cloud.
4.2 Core Competence and Parameters
| parameter | Typical specifications |
|---|---|
| network standard | 4G Cat.1 (main)/Cat.4/5G/GPRS (2G, gradually phased out) |
| serial port | RS-232 or RS-485, supporting 1200-921600 bps |
| Communication Protocol | TCP Client / UDP / MQTT / HTTP |
| Operating Temperature | Industrial grade: -40 ° C~85 ° C |
| power supply | DC 5-36V wide voltage, typical power consumption<1W |
| Modbus features | Modbus RTU ↔ TCP transparent transmission, some models support active collection and caching |
4G Cat. 1 is currently the mainstream choice in the DTU market: it has lower power consumption, lower cost (module price is about 20-30 yuan), and sufficient speed (up 5Mbps/down 10Mbps) compared to Cat. 4, while Modbus data has a maximum of 256 bytes per frame, and Cat. 1's speed is more than sufficient.
4.3 Key Constraints for Deployment
There must be a publicly accessible serverDTU is usually used as a fixed public IP and port for TCP clients to actively connect to servers. If the on-site equipment also has a public IP (rarely), TCP Server mode can be used to connect the server to the DTU, but this scenario is almost non-existent in industrial sites. In actual deployment, the server-side is usually deployed on Alibaba Cloud/Huawei Cloud, exposing ports through NAT or load balancing.
Heartbeat package and registration package are standard equipment4G networks may experience NAT timeout - the operator's base station NAT usually disconnects after 60-180 seconds of no data. The heartbeat packet of DTU is to send an irrelevant data to the server at regular intervals to keep the NAT mapping from expiring. The registration package is the identification information (such as IMEI, custom device number) sent by DTU when it first connects to the server, letting the server know who the other end is.
SIM card selection determines stabilityThe signal coverage of the three major operators varies greatly across different sites - one may have no signal at all in the depths of industrial buildings. IoT dedicated cards (targeted traffic+APN configuration) are more stable than regular mobile cards, but require prior confirmation of the operator's signal strength and dedicated APN parameters at that location.
Communication delay is objectively presentThe end-to-end latency of 4G networks is usually between 30-200ms, and coupled with the routing jitter of the operator's core network, DTU cannot be expected to achieve real-time performance at the LAN level. For the master station of Modbus RTU, this means that the 'timeout time' must be extended - the timeout for server-side Modbus TCP requests must be set at least 500ms or more, and cannot be copied from the local 100ms.
4.4 Applicable Scenarios
4G DTU is suitable for the following situations:
- The data collection points are scattered (such as water source monitoring wells and meteorological stations), and cannot be centrally wired
- Mobile device networking (such as construction vehicles, mobile pump trucks)
- Cross city or even cross provincial data transmission
- Rapid deployment, no need to wait for construction and approval
Inappropriate situations:
- No operator signal coverage (basement, tunnel, deep mountains)
- Large data volume and extremely high real-time requirements (4G latency is uncontrollable)
- Long term operational cost sensitivity (billed based on data usage, although IoT network card fees are low, they are still ongoing expenses)
5、 Option 4: Data Transmission Radio - Wireless Solution without SIM Card
5.1 Principle
The working mode of RS-485 data transmission radio is similar to DTU - converting Modbus frames into wireless signals for transmission - but it does not go through the operator's network, but uses unlicensed ISM frequency bands (433MHz, 868MHz, 915MHz, or 2.4GHz) for point-to-point or point-to-point private wireless transmission. The sending end modulates the serial port data onto an RF carrier for RF transmission, and the receiving end demodulates and restores it to serial port data.
The essential difference from DTU is that the data transmission radio is a private pure physical layer wireless link that does not go through any public network infrastructure. There are no base stations, switches, or routers between your transmitter and receiver - it's just antenna to antenna.
5.2 Frequency band and performance comparison
| frequency band | Typical distance | penetration capability | Data rate | Usage area |
|---|---|---|---|---|
| 433 MHz | 3-8 kilometers (open area) | Good (strong diffraction ability) | ≤ 115.2 kbps | Global (common in Asia) |
| 868/915 MHz | 2-5 kilometers | 中 | ≤ 250 kbps | Europe/North America |
| 2.4 GHz | 500 meters | Poor (almost necessary line of sight) | ≤ 2 Mbps | global |
433MHz is the mainstream choice for industrial data transmission radio stations: long wavelength, good diffraction, no antenna direction selection, and performs best in factory environments with building obstruction. Although 2.4GHz has a high speed, it has weak wall penetration ability and is usually only used in unobstructed line of sight scenarios.
5.3 Advantages and disadvantages
Advantages: Zero operating costs after one-time investment (no need for SIM card and data fees); Private networks do not rely on third-party infrastructure; Delay is controllable and stable (in milliseconds, not in the hundreds of milliseconds of 4G).
Disadvantages: Restricted by radio regulations - the transmission power cannot exceed the specified value (usually ≤ 100mW for 433MHz in China), and the actual distance is far from the theoretical value; Highly affected by weather and obstacles (heavy rain, metal buildings can attenuate signals); Multiple radio stations may interfere with each other in adjacent frequency bands, requiring frequency planning and channel allocation.
The most classic application of data transmission radio is to replace long-distance wiring in large factory areas - for example, the water intake pump station of a water plant is 2 kilometers away from the central control room of the factory, separated by a road, and the cost of digging trenches for wiring is extremely high. By installing a pair of 433MHz data transmission radios and directional antennas, Modbus data streams can run back and forth at only one tenth the cost of wiring.
6、 Plan 5: WiFi serial server - Say goodbye to cables within the LAN
A WiFi serial server is a device that converts RS-232/RS-485 to WiFi (IEEE 802.11 b/g/n), achieving bidirectional transparent transmission from serial port to Ethernet/WiFi. It essentially has the same function as a wired serial server, except that the transmission medium has changed from twisted pair to 2.4GHz/5GHz radio waves.
Coverage range: About 30-100 meters indoors (greatly attenuated after passing through walls), about 150-200 meters outdoors in open areas (up to 500 meters with high gain antennas).
The WiFi solution is suitable for short distance wireless transmission within the factory workshop or on the same floor - for example, if there is a Modbus instrument at the end of the production line, there is no network port next to it, and the Ethernet cable needs to cross the pedestrian channel, a WiFi serial port server should be set up to allow data to be transmitted back to the server through the factory's existing WiFi network. High speed (up to 54-150 Mbps), but higher power consumption than DTU (lasting 0.5-1W), and limited distance.
7、 Solution 6: LoRa - Low Power, Ultra Long Range Narrowband Wireless
7.1 Principle
LoRa (Long Range) is a low-power wide area network physical layer technology based on Chirp Spread Spectrum technology launched by Semtech. RS-485 Modbus devices modulate data to the Sub GHz frequency band (433/868/915 MHz) through the LoRa data transmission module (RS-485 → LoRa), exchanging extremely low rates for extremely long transmission distances.
LoRa's benchmark is not WiFi or 4G - its positioning is "low data volume+ultra long distance+ultra long battery life". The typical speed range is 0.3 kbps to 50 kbps, which is small but not fatal for Modbus RTU - if you only read a few key registers (such as temperature and humidity every 5 minutes), LoRa can run completely.
7.2 Distance
In urban environments, the reliable transmission distance of LoRa is about 1-2 kilometers; In suburban/open areas, it can reach 5-15 kilometers. This is currently one of the farthest non cellular LPWAN technologies. Note that LoRa requires a dedicated LoRa gateway to access the Internet - if your goal is to directly cloud the device, you need a two-level architecture of "LoRa module+LoRa gateway+4G/Ethernet uplink", which is more complex to deploy than DTU.
7.3 Applicable Scenarios
LoRa is suitable for: a large number of sensors but extremely small data volume (each node only sends a few hundred bytes per day); Battery powered (AA batteries can work for several years); The coverage area is large but there is no operator signal (such as hydrological monitoring in remote mountainous areas and soil temperature and humidity collection in large areas of farmland).
LoRa is not suitable for scenarios that require real-time control; Excessive data volume (frequent reading of multiple registers); There is already operator signal coverage and they are too lazy to build their own LoRa gateway.
8、 Solution 7: ZigBee - Short Range Ad Hoc Network
ZigBee is based on the IEEE 802.15.4 standard and operates in the 2.4GHz frequency band. It is characterized by low power consumption, low data rate, and self-organizing network (Mesh network). The transmission distance is short - typically 10-100 meters, but ZigBee's biggest advantage is self-organizing network routing: each node can relay and forward, data packets can skip multiple levels of nodes to reach the target, and theoretically the coverage range can be greatly expanded through dense deployment of nodes.
Typical usage of ZigBee+Modbus: RS-485 devices are connected to ZigBee transparent transmission modules, and multiple modules form a Mesh network. Finally, data is aggregated through a ZigBee coordinator and converted to serial port or Ethernet for connection to the upper computer. Suitable for scenarios that require multi node distribution but have a total range of several hundred meters and are inconvenient for wiring (such as centralized collection of smart meters in buildings).
Speed: Theoretical 250 kbps, actual reduced to 50-100 kbps due to the influence of Mesh hops. For Modbus RTU conventional communication, it is sufficient but not sufficient. The theoretical support for the number of nodes is 65535, but in reality, running 100-200 nodes stably in a ZigBee network is already a reasonable engineering limit.
9、 Option 8: NB IoT - Narrowband Internet of Things through Operators
9.1 Principle
NB IoT (Narrow Band Internet of Things) is a narrowband IoT technology based on cellular networks. It is directly deployed on the 4G/5G base station of the operator, occupying the 180kHz frequency band. The difference between NB IoT and 4G DTU lies in its lower speed (about 62.5 kbps upstream and 26 kbps downstream), lower power consumption (AA battery can work for 10 years in PSM power-saving mode), and stronger coverage (20dB more coverage gain than 4G, and can also connect to basements and pipeline wells).
The RS-485 to NB IoT module transfers Modbus serial data to the cloud platform through the NB IoT network (usually using UDP/CoAP/LwM2M protocol), without relying on public TCP connections like DTU. The advantage of NB IoT is its deep coverage - in underground distribution rooms where GSM/4G signals cannot reach, the additional 20dB link budget of NB IoT may be just enough.
9.2 Key Constraints
NB IoT has a network latency of 6-10 seconds, which is the biggest difference between it and 4G DTU. For the master-slave polling model of Modbus protocol, this level of latency means that you cannot expect NB IoT to do real-time control - it is suitable for timed reporting (such as reporting power data every 15 minutes), but not suitable for real-time response to master station queries.
In addition, NB IoT does not support roaming between base stations (weak mobility), and communication will be interrupted during base station switching. This means that NB IoT devices must be fixed in place and cannot be installed on mobile devices like 4G DTUs.
9.3 Applicable
Ultra low power meter reading (water meters, gas meters, electricity meters) in urban environments, and timed reporting of sensor data at fixed locations. Not suitable for real-time interaction or mobile scenarios.
10、 Solution 9: PLC Cloud Gateway - Enable Modbus devices to support remote programming and debugging
PLC cloud gateway is an "enhanced DTU" - it not only enables serial data transmission, but also supports Ethernet port transmission and USB transmission, allowing engineers to remotely download and debug PLC and HMI (human-machine interface) programs online. For PLC programming software from Siemens, Mitsubishi, and Omron, they need to communicate with the PLC through specific Ethernet protocols (such as S7, MC Protocol, FINS) - ordinary serial transparent DTUs cannot do this, and the PLC cloud gateway has built-in forwarding support for these industrial Ethernet protocols.
The PPI/MPI to Ethernet protocol converter is also applicable - many old Siemens S7-200 only support PPI protocol. Through PPI to Ethernet converter, touch screen and upper computer can interact with PLC through Ethernet without occupying the original communication port of PLC. This is essentially a supplementary solution on the Modbus transmission link.
11、 Quick check of the plan: One table covers all selection options
| Plan | distance | rate | Cable/SIM | Best Scenario |
|---|---|---|---|---|
| RS-485 direct connection | ≤1200m | ≤115.2kbps | twisted pair | Standard wired |
| RS-485 repeater | ≤9.6km | ≤115.2kbps | twisted pair | Within the same factory area, 2-3km |
| Optical transceiver (multimode) | 2-5km | ≤1Mbps | multimode fiber | within the park |
| Optical transceiver (single-mode) | 20-80km | ≤1Mbps | single-mode fiber | Cross factory/city |
| 4G DTU | nationwide | ≤115.2kbps | SIM card | Distribution points/mobile devices |
| Data transmission radio 433M | 3-8km | ≤115.2kbps | 无 | Private wireless/no SIM |
| WiFi serial port server | 100-500m | ≤150Mbps | 无 | Factory LAN |
| LoRa | 1-15km | ≤50kbps | 无 | Low data volume wide area |
| ZigBee | 10-100m/jump | ≤250kbps | 无 | Mesh self-organizing network |
| NB-IoT | nationwide | ≤62.5kbps | SIM card | Ultra low power consumption timed reporting |
12、 Four step selection decision-making method
Faced with the demand for remote access of Modbus devices, make decisions in this order:
Step 1: Calculate the distance.What is the straight-line distance from the on-site equipment to the central control room/server? Less than 1.2 kilometers → Use RS-485 wiring directly (with terminal resistor added). 1.2~3 kilometers → Consider repeaters or optical transceivers. Over 3 kilometers → Optical transceiver (single-mode) or wireless (4G DTU/data transmission radio/LoRa).
Step 2: Look at the environment.Is there strong electromagnetic interference (high voltage lines, variable frequency motors, welding workshops)? It is necessary to use optical fiber (optical transceiver), copper wire cannot support it. Is there any carrier signal coverage? 4G DTU is the most convenient and stable option; Not consciously using data transmission radio or LoRa.
Step 3: Calculate the amount of data.How many Modbus registers need to be read? What is the required polling cycle? If it is real-time control level (<100ms) → wired (direct connection/relay/optical transceiver) must be used, and the average delay of the wireless solution is above this. If it is a minute level timed collection, both LoRa and NB IoT are acceptable. Streaming big data volume → WiFi or fiber optic, narrowband wireless cannot withstand it.
Step 4: Calculate the money.One time construction cost (wiring+equipment) vs ongoing operating cost (SIM card data fee). Usually within 2 kilometers/industrial plant area/one-time construction → wired (optical transceiver or repeater); Cross regional/multiple remote locations/fast online → 4G DTU; Zero operating fee demand → Data transmission radio or LoRa.
There is no 'best' solution - it all depends on the physical constraints on your site. If a 1200 meter Modbus over twisted pair cable can handle it, don't use 4G. In areas with 4G signal, don't pull fiber optic cables to cross highways by yourself; The fiber optic cable has already entered the pipe gallery, so don't use copper wire anymore. If the tools are in the right direction, the job is easy to do.
Let's talk if there are any issues.
Leave a Reply