diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-09-23 20:41:36 +0200 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:09:21 +0100 |
commit | 072a469e14a9c617152bdb53d246589ba6e0114f (patch) | |
tree | 14b2f6cef630f9344557d1e3d2377f5f5f04651d /_tools/ttl-uart-adapter.md | |
parent | add parent page for Technicolor (diff) | |
download | hack-gpon.github.io-072a469e14a9c617152bdb53d246589ba6e0114f.tar hack-gpon.github.io-072a469e14a9c617152bdb53d246589ba6e0114f.tar.gz hack-gpon.github.io-072a469e14a9c617152bdb53d246589ba6e0114f.tar.bz2 hack-gpon.github.io-072a469e14a9c617152bdb53d246589ba6e0114f.tar.lz hack-gpon.github.io-072a469e14a9c617152bdb53d246589ba6e0114f.tar.xz hack-gpon.github.io-072a469e14a9c617152bdb53d246589ba6e0114f.tar.zst hack-gpon.github.io-072a469e14a9c617152bdb53d246589ba6e0114f.zip |
Diffstat (limited to '_tools/ttl-uart-adapter.md')
-rw-r--r-- | _tools/ttl-uart-adapter.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/_tools/ttl-uart-adapter.md b/_tools/ttl-uart-adapter.md new file mode 100644 index 0000000..fb9bf98 --- /dev/null +++ b/_tools/ttl-uart-adapter.md @@ -0,0 +1,16 @@ +--- +title: TTL UART Adapter +has_children: false +nav_order: 2 +layout: default +--- + +A TTL UART adapter makes it possible to connect the stick's serial to a computer via a USB interface, and on the computer through serial emulation it is possible to send commands just like the serial ports of the 1990s + +Is widely used in the modding of SFPs, and in general of most embedded devices, since a serial port is always present in all of them and is also used to de-briking the devices. + +TTL adapters are widely found on amazon, the most recommended one being: + +- DSD TECH USB to TTL Serial Adapter with FTDI FT232RL Chip [Amazon.com](https://www.amazon.com/dp/B07BBPX8B8) [Amazon.it](https://www.amazon.it/dp/B07BBPX8B8) + +Alternatively, an [Arduino can be used to emulate a TTL adapter](https://create.arduino.cc/projecthub/PatelDarshil/ways-to-use-arduino-as-usb-to-ttl-converter-475533)
\ No newline at end of file |