{"id":15060850,"url":"https://github.com/jmojiwat/libmpssenet","last_synced_at":"2026-02-28T13:31:40.278Z","repository":{"id":227782069,"uuid":"772357819","full_name":"jmojiwat/LibMpsseNet","owner":"jmojiwat","description":"F# thin wrapper around FTDI Chip Multi Protocol Synchronous Serial Engine (MPSSE) 1.0.5.","archived":false,"fork":false,"pushed_at":"2024-03-25T07:17:24.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T07:42:54.185Z","etag":null,"topics":["fsharp","ftdi","mpsse"],"latest_commit_sha":null,"homepage":"","language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmojiwat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-15T03:08:00.000Z","updated_at":"2024-03-25T07:25:56.000Z","dependencies_parsed_at":"2024-03-15T05:32:57.418Z","dependency_job_id":"e5564ca5-6620-4888-b130-1b02e4d041bc","html_url":"https://github.com/jmojiwat/LibMpsseNet","commit_stats":null,"previous_names":["jmojiwat/libmpssenet"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmojiwat%2FLibMpsseNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmojiwat%2FLibMpsseNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmojiwat%2FLibMpsseNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmojiwat%2FLibMpsseNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmojiwat","download_url":"https://codeload.github.com/jmojiwat/LibMpsseNet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmojiwat%2FLibMpsseNet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259132857,"owners_count":22810510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fsharp","ftdi","mpsse"],"created_at":"2024-09-24T23:05:28.858Z","updated_at":"2026-02-28T13:31:40.221Z","avatar_url":"https://github.com/jmojiwat.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LibMpsseNet\n\nLibMpsseNet is a thin F# wrapper for FTDI Chip Multi Protocol Synchronous Serial Engine (MPSSE) library 1.0.5.\n\nMPSSE provides a flexible means of interfacing synchronous serial devices to a USB port. The FT-serices device supported includes the FT2232D, FT2232H, FT4232H and FT232H.\n\n## Requirements\n\nLibMpsseNet requires libmpsse.lib C library to be present from the [LibMPSSE library](https://ftdichip.com/wp-content/uploads/2024/01/LibMPSSE_1.0.5.zip).\n\n## API\n\nAPI closely follows the API in the MPSSE documentation that can be found in the [FTDI Chip Application Notes](https://ftdichip.com/document/application-notes/).\n\n[AN 177 User Guide for LibMPSSE-I2C](https://ftdichip.com/wp-content/uploads/2020/08/AN_177_User_Guide_For_LibMPSSE-I2C.pdf)\n\n[AN 178 User Guide for LibMPSSE-SPI](https://ftdichip.com/wp-content/uploads/2023/08/AN_178_User-Guide-for-LibMPSSE-SPI.pdf)\n\n## Example\n\n```fsharp\n\nuse lib = useLibMpsse ()\n    \nlet config =\n    { ClockRate = I2cClockRate.FastMode\n      LatencyTimer = 255uy\n      Enable3PhaseClocking = true\n      EnableLoopback = false\n      EnableClockStretching = false\n      PinStateConfig = Disable }\n        \nlet status =\n    i2cOpenChannel 0u\n    |\u003e Result.bind (i2cInitChannel config)\n\n// some code\n    \nstatus\n|\u003e Result.map i2cCloseChannel\n|\u003e ignore\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmojiwat%2Flibmpssenet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmojiwat%2Flibmpssenet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmojiwat%2Flibmpssenet/lists"}