Other Parts Discussed in Thread: DP83TC811,
As a result of performing TDR (Time Domain Reflectometry), different states are displayed.
I am executing TDR under the following conditions, but the result is displayed as cable OK.
(1) Use DP83TG720 Media Converter Evaluation Module
(2) Use USB2MDIO. (Power supply)
(3) 1000Base-T is connected to a PC
(4) 1000Base-T1 is released
The script does the following
// Time Domain Reflectometry
// MMD1F
000D 001F
000E 001E
000D 401F
000E 8000
// Read
// MMD1F
000D 001F
000E 001E
000D 401F
000E
// Read
// MMD1F
000D 001F
000E 030F
000D 401F
000E
READ result
001E: 0002
030F: 0071 ← Cable OK
Normally, I think that 0m should be displayed in the open state.
thanks!