Dump Data from FTDI Serial Port to Binary File on MacOS

Overview

Dump Data from FTDI Serial Port to Binary File on MacOS

This is a simple tool to capture the data from FTDI devices to a binary file.

Why Another tool

In Mac OSX, FTDI device could only work up to 4M baud rate, it is not possible to run 6M baud rate which I need.

Dependency

FTDI D2XX Driver

This is the driver to replace the standard VCP (Virtual Com Port Driver).

Following the video to install the driver on Mac

https://www.youtube.com/watch?v=Ir2PVz1870E

Find the driver:

https://ftdichip.com/wp-content/uploads/2021/05/D2XX1.4.24.zip

On following page:

https://ftdichip.com/drivers/d2xx-drivers/

pyftdi

Refer to the following document to install pyftdi:

https://eblot.github.io/pyftdi/

How to use

ftdi_dump(master โœ—) python3 dump.py -h
usage: dump.py [-h] [-b BAUDRATE] [-f FILE] [device]

positional arguments:
  device                serial port device name (default: ftdi:///3)

optional arguments:
  -h, --help            show this help message and exit
  -b BAUDRATE, --baudrate BAUDRATE
                        serial port baudrate (default: 6000000)
  -f FILE, --file FILE  save dump to a file
You might also like...
Repo Home WPDrawBot - (Repo, Home, WP) A powerful programmatic 2D drawing application for MacOS X which generates graphics from Python scripts. (graphics, dev, mac)

DrawBot DrawBot is a powerful, free application for macOS that invites you to write Python scripts to generate two-dimensional graphics. The built-in

Runs macOS on linux with qemu.
Runs macOS on linux with qemu.

mac-on-linux-with-qemu Runs macOS on linux with qemu. Pre-requisites qemu-system-x86_64 dmg2img pulseaudio python[click] Usage After cloning the repos

Tomador de ramos UC automatico para Windows, Linux y macOS

auto-ramos v2.0 Tomador de ramos UC automatico para Windows, Linux y macOS Funcion Este script de Python tiene como principal objetivo hacer que la to

ColabFold / AlphaFold2_advanced on your local PC (or macOS)

LocalColabFold ColabFold / AlphaFold2_advanced on your local PC (or macOS) Installation For Linux Make sure curl and wget commands are already install

String Spy is a project aimed at improving MacOS defenses.

String Spy is a project aimed at improving MacOS defenses. It allows users to constantly monitor all running processes for user-defined strings, and if it detects a process with such a string it will log the PID, process path, and user running the process. It will also (optionally) kill the process. For certain default C2s and other malicious software, this tool can quickly log and stop malicious behavior that normal AV does not recognize, and allows for customization.

๐Ÿ Make Thinc faster on macOS by calling into Apple's native Accelerate library
๐Ÿ Make Thinc faster on macOS by calling into Apple's native Accelerate library

๐Ÿ Make Thinc faster on macOS by calling into Apple's native Accelerate library

Simple macOS StatusBar app to remind you to unplug your laptop when sufficiently charged
Simple macOS StatusBar app to remind you to unplug your laptop when sufficiently charged

ChargeMon Simple macOS StatusBar app to monitor battery charge status and remind you to unplug your Mac when the battery is sufficiently charged Overv

TinyBar - Tiny MacOS menu bar utility to track price dynamics for assets on TinyMan.org
TinyBar - Tiny MacOS menu bar utility to track price dynamics for assets on TinyMan.org

๐Ÿ“ƒ About A simple MacOS menu bar app to display current coins from most popular Liquidity Pools on TinyMan.org

Fetch data from an excel file and create HTML file

excel-to-html Problem Statement! - Fetch data from excel file and create html file Excel.xlsx file contain the information.in multiple rows that is ne

Owner
pandy song
The Linux philosophy is all about first making small things perfect.
pandy song
Cross-platform MachO/ObjC Static binary analysis tool & library. class-dump + otool + lipo + more

ktool Static Mach-O binary metadata analysis tool / information dumper pip3 install k2l Development is currently taking place on the @python3.10 branc

Kritanta 301 Dec 28, 2022
Compile Binary Ninja's HLIL IR to LLVM, for purposes of compiling it back to a binary again.

Compiles BinaryNinja's HLIL to LLVM Approach Sweep binary for global variables, create them Sweep binary for (used?) external functions, declare those

Kyle Martin 31 Nov 10, 2022
Binary++ is an esoteric programming language based on* binary

Binary++ is an esoteric programming language based on* binary. * It's meant to be based on binary, but you can write Binary++ code using different mea

Supercolbat 3 Feb 18, 2022
WMIC Serial Checker For Python

WMIC Serial Checker Follow me here: Discord | Github FR: A but รฉducatif seulement. EN: For educational purposes only. โ“ Informations FR: WMIC Serial C

AkaTool's 0 Apr 25, 2022
A Python script to parse Fortinet products serial numbers, and detect the associated model and version.

ParseFortinetSerialNumber A Python script to parse Fortinet products serial numbers, and detect the associated model and version. Example $ ./ParseFor

Podalirius 10 Oct 28, 2022
A bot to use in a pump & dump event

A bot to use in a pump & dump event on Binance.com. Please note the bot is in heavy devleopment currently so be aware of errors. If you experience err

Freddie Jonas 189 Dec 24, 2022
Simple tools to make/dump CPC+ CPR cartridge files

Simple tools to make/dump CPC+ CPR cartridge files mkcpr.py: make a CPR file from files (one chunk per file); see notes cprdump.py: dump the chunks of

Juan J. Martรญnez 3 May 30, 2022
Automatically load and dump your dataclasses ๐Ÿ“‚๐Ÿ™‹

file dataclasses Installation By default, filedataclasses comes with support for JSON files only. To support other formats like YAML and TOML, filedat

Alon 1 Dec 30, 2021
Pyhexdmp - Python hex dump module

Pyhexdmp - Python hex dump module

null 25 Oct 23, 2022
Backup dc registry - A simple POC that abuses Backup Operator privileges to remote dump SAM, SYSTEM, and SECURITY

Backup Operator Registry Backup to Domain Compromise A simple POC that abuses Ba

Horizon 3 AI Inc 57 Dec 18, 2022