Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. mcp2221 breakout board for c++

mcp2221 breakout board for c++

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 627 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    asisisyah
    wrote on last edited by
    #1

    hi guys,
    i am working linux and c++ in Qt
    i have a adafruit mcp2221a breakout board, it have python code for work but i need c++ code.
    i need usb to gpio for adafruit mcp2221a c++ code , document or tuttorial on linux
    that program run a button and led with theese breakout board. how can i do.

    regards
    asi

    1 Reply Last reply
    0
    • A Offline
      A Offline
      asisisyah
      wrote on last edited by asisisyah
      #2

      i think, dont know anybody in here.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        TheoSys
        wrote on last edited by
        #3

        @asisisyah said in mcp2221 breakout board for c++:

        adafruit mcp2221a
        i have a adafruit mcp2221a breakout board, it have python code for work but i need c++ code.
        i need usb to gpio for adafruit mcp2221a c++ code , document or tuttorial on linux
        that program run a button and led with theese breakout board. how can i do.

        I don't know this device but I had a quick look on their WEB page. You can find the source of the Python library written in C on Github. Maybe you'll find a documentation describing how to communicate with it.
        All you can do is taking the source on Github together with any documentation you may find and implement everything by yourself. I fear in this case the code is the documentation. You should find everything necessary to implement a USB driver on Linux in the source. Try to create a library. This is the usual way in case the wanted program doesn't exist.

        A.T.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved