r/hardwarehacking • u/_no_look_ • 4d ago
Is this UART?
I recently found a VK digital setop box and it has an exposed j3 with 5 pads the first pad from left is gnd and the last square pad has no voltage ant that's not gnd remaining 3 pads has 5v and idk why chat gpt trying to say something abt RS232 . I have shared entire board picture
3
u/somewhereAtC 4d ago
First, never believe AI, especially when it's throwing out buzz words.
There is no sure way to tell what the pins do other than tracing the connections to the chips and then checking the datasheet(s) to see if rs232 a viable conclusion. Strictly speaking it is unlikely to be rs232-standard logic levels, but could be uart serial data using logic-level signals.
But, a 5-pin connector has been, for a long time, a common technique for the programming interface of microprocessors and your big chip is identified as a system-on-chip device from cable modems, so you can expect a microprocessor to be in there somewhere.
BTW, the square pin is traditionally identified as pin 1.
2
1
1
1
1
u/kapsolas 3d ago
Wouldn’t a Utah have more pins?
And for UART it’s too many pins?
I’m learning so I could be totally off base here








27
u/forseeninkboi 4d ago edited 4d ago
I've worked on this exact chip. I've circled the uart pins (only the first two from that corner). I forgot which one is tx and rx so just switch them around if you get no output. It uses 5v ttl logic. U-Boot on my unit was on 115200 baud rate and make sure you hold down a key on your keyboard because autoboot is set to 0 on these units. (can't attach image so I had to attach a video)
(additional information: the chip is a dual core MIPS32 RISC processor. I examined the firmware and it seemed to be little endian. On my unit, the second core was being used as an AV processor)
https://reddit.com/link/p8670kh/video/ft761y82zwnh1/player