Writing Linux USB CDC(ACM) drivers

Multi tool use
Multi tool use

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I have a CDC device in the works that uses multiple different protocols that aren't exactly standard (i.e it is not RS-232, RS-485, ethernet, etc.), and was wondering if the default linux drivers would be able to support this. I'm assuming this would fall under a USB driver?



I can access the device with ttyACM0 on the terminal, but I also need to be able to send settings such as baud rates and transmission modes on a different USB endpoint (endpoint 1, endpoint 2 is reserved for data). There's also a few other odd conditions that have to be met before data can be received. But I have no clue how to go about doing this. I have an electrical background, not programming so I'm a little out of my depth here.



I'm also not sure about the difference between writing a driver and just using the libusb library to access the device. I would like to leave it as open ended as possible, I don't want to assume how anyone would use the device.



Any material on the subject would be greatly appreciated.










share|improve this question







New contributor




gacekky1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.























    up vote
    0
    down vote

    favorite












    I have a CDC device in the works that uses multiple different protocols that aren't exactly standard (i.e it is not RS-232, RS-485, ethernet, etc.), and was wondering if the default linux drivers would be able to support this. I'm assuming this would fall under a USB driver?



    I can access the device with ttyACM0 on the terminal, but I also need to be able to send settings such as baud rates and transmission modes on a different USB endpoint (endpoint 1, endpoint 2 is reserved for data). There's also a few other odd conditions that have to be met before data can be received. But I have no clue how to go about doing this. I have an electrical background, not programming so I'm a little out of my depth here.



    I'm also not sure about the difference between writing a driver and just using the libusb library to access the device. I would like to leave it as open ended as possible, I don't want to assume how anyone would use the device.



    Any material on the subject would be greatly appreciated.










    share|improve this question







    New contributor




    gacekky1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have a CDC device in the works that uses multiple different protocols that aren't exactly standard (i.e it is not RS-232, RS-485, ethernet, etc.), and was wondering if the default linux drivers would be able to support this. I'm assuming this would fall under a USB driver?



      I can access the device with ttyACM0 on the terminal, but I also need to be able to send settings such as baud rates and transmission modes on a different USB endpoint (endpoint 1, endpoint 2 is reserved for data). There's also a few other odd conditions that have to be met before data can be received. But I have no clue how to go about doing this. I have an electrical background, not programming so I'm a little out of my depth here.



      I'm also not sure about the difference between writing a driver and just using the libusb library to access the device. I would like to leave it as open ended as possible, I don't want to assume how anyone would use the device.



      Any material on the subject would be greatly appreciated.










      share|improve this question







      New contributor




      gacekky1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I have a CDC device in the works that uses multiple different protocols that aren't exactly standard (i.e it is not RS-232, RS-485, ethernet, etc.), and was wondering if the default linux drivers would be able to support this. I'm assuming this would fall under a USB driver?



      I can access the device with ttyACM0 on the terminal, but I also need to be able to send settings such as baud rates and transmission modes on a different USB endpoint (endpoint 1, endpoint 2 is reserved for data). There's also a few other odd conditions that have to be met before data can be received. But I have no clue how to go about doing this. I have an electrical background, not programming so I'm a little out of my depth here.



      I'm also not sure about the difference between writing a driver and just using the libusb library to access the device. I would like to leave it as open ended as possible, I don't want to assume how anyone would use the device.



      Any material on the subject would be greatly appreciated.







      drivers usb devices






      share|improve this question







      New contributor




      gacekky1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      gacekky1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      gacekky1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 25 mins ago









      gacekky1

      1




      1




      New contributor




      gacekky1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      gacekky1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      gacekky1 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          gacekky1 is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f477596%2fwriting-linux-usb-cdcacm-drivers%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          gacekky1 is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          gacekky1 is a new contributor. Be nice, and check out our Code of Conduct.












          gacekky1 is a new contributor. Be nice, and check out our Code of Conduct.











          gacekky1 is a new contributor. Be nice, and check out our Code of Conduct.













           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f477596%2fwriting-linux-usb-cdcacm-drivers%23new-answer', 'question_page');

          );

          Post as a guest













































































          psG9rfqFc rPuKadeGRB 6gdHI Ki5fOS,XbB vkVS1zGPFTnS8sFk2ISs4 c2FWcF iwao
          XJT23C,K JMHW2oNDqqOOaO4iNPUHo,FllCEts vhLLqWA E,nzrk

          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          How many registers does an x86_64 CPU actually have?

          Displaying single band from multi-band raster using QGIS