Is it possible to connect a peripheral mouse to the USB side of a USB/UART bridge that is controlled by a...












2












$begingroup$



This question is an exact duplicate of:




  • FPGA/USB Peripheral - Interfacing USB Mouse with VC707 Evaluation Board [closed]



As the title states I want to connect a USB mouse to the USB port on a USB/UART bridge. I want to determine if it is possible to communicate with the mouse using serial commands on the FPGA board then converted to USB signals.



In other words, I want the bridge to serve as the host to a peripheral like a mouse/keyboard. Do I need to worry about converting to PS/2 at all when connected?



Is this feasible as I am looking for a viable solution to connect a mouse to my FPGA board without having to create a USB block to handle this from scratch?










share|improve this question











$endgroup$



marked as duplicate by Chris Stratton, brhans, Elliot Alderson, Renan, Bimpelrekkie Feb 4 at 12:41


This question was marked as an exact duplicate of an existing question.














  • 1




    $begingroup$
    No. And you don't really need to post a third question on this same undelrying problem. If you want to do it with an outboard device you'd need a small MCU with USB host capability, perhaps a KL25Z or an STM32F4. Or just get a PS/2 mouse already.
    $endgroup$
    – Chris Stratton
    Feb 3 at 21:47












  • $begingroup$
    The board has almost no available GPIO ports so I might have to work out a solution to use the occupied ones for the LCD display or get an FMC to GPIO board. HW-FMC-XM105-G (digikey.com/product-detail/en/xilinx-inc/HW-FMC-XM105-G/…) Then I need to connect a PS2 pmod connector on the board to get PS/2 capability. Probably this is the only way I can solve this problem.
    $endgroup$
    – Vahe
    Feb 4 at 0:04










  • $begingroup$
    An MCU outputting the mouse stream via a serial UART would be the minimum of pins (1 signal and its ground), thought a little more complex to receive in an FPGA than a synchronous protocol.
    $endgroup$
    – Chris Stratton
    Feb 4 at 0:23
















2












$begingroup$



This question is an exact duplicate of:




  • FPGA/USB Peripheral - Interfacing USB Mouse with VC707 Evaluation Board [closed]



As the title states I want to connect a USB mouse to the USB port on a USB/UART bridge. I want to determine if it is possible to communicate with the mouse using serial commands on the FPGA board then converted to USB signals.



In other words, I want the bridge to serve as the host to a peripheral like a mouse/keyboard. Do I need to worry about converting to PS/2 at all when connected?



Is this feasible as I am looking for a viable solution to connect a mouse to my FPGA board without having to create a USB block to handle this from scratch?










share|improve this question











$endgroup$



marked as duplicate by Chris Stratton, brhans, Elliot Alderson, Renan, Bimpelrekkie Feb 4 at 12:41


This question was marked as an exact duplicate of an existing question.














  • 1




    $begingroup$
    No. And you don't really need to post a third question on this same undelrying problem. If you want to do it with an outboard device you'd need a small MCU with USB host capability, perhaps a KL25Z or an STM32F4. Or just get a PS/2 mouse already.
    $endgroup$
    – Chris Stratton
    Feb 3 at 21:47












  • $begingroup$
    The board has almost no available GPIO ports so I might have to work out a solution to use the occupied ones for the LCD display or get an FMC to GPIO board. HW-FMC-XM105-G (digikey.com/product-detail/en/xilinx-inc/HW-FMC-XM105-G/…) Then I need to connect a PS2 pmod connector on the board to get PS/2 capability. Probably this is the only way I can solve this problem.
    $endgroup$
    – Vahe
    Feb 4 at 0:04










  • $begingroup$
    An MCU outputting the mouse stream via a serial UART would be the minimum of pins (1 signal and its ground), thought a little more complex to receive in an FPGA than a synchronous protocol.
    $endgroup$
    – Chris Stratton
    Feb 4 at 0:23














2












2








2





$begingroup$



This question is an exact duplicate of:




  • FPGA/USB Peripheral - Interfacing USB Mouse with VC707 Evaluation Board [closed]



As the title states I want to connect a USB mouse to the USB port on a USB/UART bridge. I want to determine if it is possible to communicate with the mouse using serial commands on the FPGA board then converted to USB signals.



In other words, I want the bridge to serve as the host to a peripheral like a mouse/keyboard. Do I need to worry about converting to PS/2 at all when connected?



Is this feasible as I am looking for a viable solution to connect a mouse to my FPGA board without having to create a USB block to handle this from scratch?










share|improve this question











$endgroup$





This question is an exact duplicate of:




  • FPGA/USB Peripheral - Interfacing USB Mouse with VC707 Evaluation Board [closed]



As the title states I want to connect a USB mouse to the USB port on a USB/UART bridge. I want to determine if it is possible to communicate with the mouse using serial commands on the FPGA board then converted to USB signals.



In other words, I want the bridge to serve as the host to a peripheral like a mouse/keyboard. Do I need to worry about converting to PS/2 at all when connected?



Is this feasible as I am looking for a viable solution to connect a mouse to my FPGA board without having to create a USB block to handle this from scratch?





This question is an exact duplicate of:




  • FPGA/USB Peripheral - Interfacing USB Mouse with VC707 Evaluation Board [closed]







usb fpga uart bridge mouse






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 4 at 8:43









Peter Mortensen

1,60031422




1,60031422










asked Feb 3 at 21:09









VaheVahe

12616




12616




marked as duplicate by Chris Stratton, brhans, Elliot Alderson, Renan, Bimpelrekkie Feb 4 at 12:41


This question was marked as an exact duplicate of an existing question.









marked as duplicate by Chris Stratton, brhans, Elliot Alderson, Renan, Bimpelrekkie Feb 4 at 12:41


This question was marked as an exact duplicate of an existing question.










  • 1




    $begingroup$
    No. And you don't really need to post a third question on this same undelrying problem. If you want to do it with an outboard device you'd need a small MCU with USB host capability, perhaps a KL25Z or an STM32F4. Or just get a PS/2 mouse already.
    $endgroup$
    – Chris Stratton
    Feb 3 at 21:47












  • $begingroup$
    The board has almost no available GPIO ports so I might have to work out a solution to use the occupied ones for the LCD display or get an FMC to GPIO board. HW-FMC-XM105-G (digikey.com/product-detail/en/xilinx-inc/HW-FMC-XM105-G/…) Then I need to connect a PS2 pmod connector on the board to get PS/2 capability. Probably this is the only way I can solve this problem.
    $endgroup$
    – Vahe
    Feb 4 at 0:04










  • $begingroup$
    An MCU outputting the mouse stream via a serial UART would be the minimum of pins (1 signal and its ground), thought a little more complex to receive in an FPGA than a synchronous protocol.
    $endgroup$
    – Chris Stratton
    Feb 4 at 0:23














  • 1




    $begingroup$
    No. And you don't really need to post a third question on this same undelrying problem. If you want to do it with an outboard device you'd need a small MCU with USB host capability, perhaps a KL25Z or an STM32F4. Or just get a PS/2 mouse already.
    $endgroup$
    – Chris Stratton
    Feb 3 at 21:47












  • $begingroup$
    The board has almost no available GPIO ports so I might have to work out a solution to use the occupied ones for the LCD display or get an FMC to GPIO board. HW-FMC-XM105-G (digikey.com/product-detail/en/xilinx-inc/HW-FMC-XM105-G/…) Then I need to connect a PS2 pmod connector on the board to get PS/2 capability. Probably this is the only way I can solve this problem.
    $endgroup$
    – Vahe
    Feb 4 at 0:04










  • $begingroup$
    An MCU outputting the mouse stream via a serial UART would be the minimum of pins (1 signal and its ground), thought a little more complex to receive in an FPGA than a synchronous protocol.
    $endgroup$
    – Chris Stratton
    Feb 4 at 0:23








1




1




$begingroup$
No. And you don't really need to post a third question on this same undelrying problem. If you want to do it with an outboard device you'd need a small MCU with USB host capability, perhaps a KL25Z or an STM32F4. Or just get a PS/2 mouse already.
$endgroup$
– Chris Stratton
Feb 3 at 21:47






$begingroup$
No. And you don't really need to post a third question on this same undelrying problem. If you want to do it with an outboard device you'd need a small MCU with USB host capability, perhaps a KL25Z or an STM32F4. Or just get a PS/2 mouse already.
$endgroup$
– Chris Stratton
Feb 3 at 21:47














$begingroup$
The board has almost no available GPIO ports so I might have to work out a solution to use the occupied ones for the LCD display or get an FMC to GPIO board. HW-FMC-XM105-G (digikey.com/product-detail/en/xilinx-inc/HW-FMC-XM105-G/…) Then I need to connect a PS2 pmod connector on the board to get PS/2 capability. Probably this is the only way I can solve this problem.
$endgroup$
– Vahe
Feb 4 at 0:04




$begingroup$
The board has almost no available GPIO ports so I might have to work out a solution to use the occupied ones for the LCD display or get an FMC to GPIO board. HW-FMC-XM105-G (digikey.com/product-detail/en/xilinx-inc/HW-FMC-XM105-G/…) Then I need to connect a PS2 pmod connector on the board to get PS/2 capability. Probably this is the only way I can solve this problem.
$endgroup$
– Vahe
Feb 4 at 0:04












$begingroup$
An MCU outputting the mouse stream via a serial UART would be the minimum of pins (1 signal and its ground), thought a little more complex to receive in an FPGA than a synchronous protocol.
$endgroup$
– Chris Stratton
Feb 4 at 0:23




$begingroup$
An MCU outputting the mouse stream via a serial UART would be the minimum of pins (1 signal and its ground), thought a little more complex to receive in an FPGA than a synchronous protocol.
$endgroup$
– Chris Stratton
Feb 4 at 0:23










2 Answers
2






active

oldest

votes


















6












$begingroup$

Almost all ICs marketed as "USB/UART bridge" or similar (including the CP2103) can only act as a USB device on their USB port, so no - this won't work.



What you are looking for is a "USB host controller". Those will have a USB host port to interface with your mouse (or another USB device), and a host controller interface to connect to a host processor - typically a CPU of some kind, but in your case an FPGA. In most cases this host controller interface will be an implementation of one of several standards such as UHCI, EHCI, XHCI.



Unfortunately for you, those are very complicated standards and it would take a lot of work to implement the corresponding logic in the FPGA. Fortunately for you, there are a small number of host controllers designed for this kind of application which integrate a lot of that logic and present a simpler, higher-level interface to the host processor. Examples include the MAX3421E and FTDI's Vinculum (VNC1L, VNC2).






share|improve this answer











$endgroup$





















    4












    $begingroup$

    Nope.





    The USB port on the converter chip is a device, not a host. It cannot be used to connect to a mouse.



    Your best bet would be to buy a PS/2 mouse, or see if your USB mouse is backward compatible with PS/2 via passive adapter. PS/2 is a really simple protocol and easily interfaced with an FPGA.






    share|improve this answer









    $endgroup$




















      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      6












      $begingroup$

      Almost all ICs marketed as "USB/UART bridge" or similar (including the CP2103) can only act as a USB device on their USB port, so no - this won't work.



      What you are looking for is a "USB host controller". Those will have a USB host port to interface with your mouse (or another USB device), and a host controller interface to connect to a host processor - typically a CPU of some kind, but in your case an FPGA. In most cases this host controller interface will be an implementation of one of several standards such as UHCI, EHCI, XHCI.



      Unfortunately for you, those are very complicated standards and it would take a lot of work to implement the corresponding logic in the FPGA. Fortunately for you, there are a small number of host controllers designed for this kind of application which integrate a lot of that logic and present a simpler, higher-level interface to the host processor. Examples include the MAX3421E and FTDI's Vinculum (VNC1L, VNC2).






      share|improve this answer











      $endgroup$


















        6












        $begingroup$

        Almost all ICs marketed as "USB/UART bridge" or similar (including the CP2103) can only act as a USB device on their USB port, so no - this won't work.



        What you are looking for is a "USB host controller". Those will have a USB host port to interface with your mouse (or another USB device), and a host controller interface to connect to a host processor - typically a CPU of some kind, but in your case an FPGA. In most cases this host controller interface will be an implementation of one of several standards such as UHCI, EHCI, XHCI.



        Unfortunately for you, those are very complicated standards and it would take a lot of work to implement the corresponding logic in the FPGA. Fortunately for you, there are a small number of host controllers designed for this kind of application which integrate a lot of that logic and present a simpler, higher-level interface to the host processor. Examples include the MAX3421E and FTDI's Vinculum (VNC1L, VNC2).






        share|improve this answer











        $endgroup$
















          6












          6








          6





          $begingroup$

          Almost all ICs marketed as "USB/UART bridge" or similar (including the CP2103) can only act as a USB device on their USB port, so no - this won't work.



          What you are looking for is a "USB host controller". Those will have a USB host port to interface with your mouse (or another USB device), and a host controller interface to connect to a host processor - typically a CPU of some kind, but in your case an FPGA. In most cases this host controller interface will be an implementation of one of several standards such as UHCI, EHCI, XHCI.



          Unfortunately for you, those are very complicated standards and it would take a lot of work to implement the corresponding logic in the FPGA. Fortunately for you, there are a small number of host controllers designed for this kind of application which integrate a lot of that logic and present a simpler, higher-level interface to the host processor. Examples include the MAX3421E and FTDI's Vinculum (VNC1L, VNC2).






          share|improve this answer











          $endgroup$



          Almost all ICs marketed as "USB/UART bridge" or similar (including the CP2103) can only act as a USB device on their USB port, so no - this won't work.



          What you are looking for is a "USB host controller". Those will have a USB host port to interface with your mouse (or another USB device), and a host controller interface to connect to a host processor - typically a CPU of some kind, but in your case an FPGA. In most cases this host controller interface will be an implementation of one of several standards such as UHCI, EHCI, XHCI.



          Unfortunately for you, those are very complicated standards and it would take a lot of work to implement the corresponding logic in the FPGA. Fortunately for you, there are a small number of host controllers designed for this kind of application which integrate a lot of that logic and present a simpler, higher-level interface to the host processor. Examples include the MAX3421E and FTDI's Vinculum (VNC1L, VNC2).







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Feb 3 at 21:56

























          answered Feb 3 at 21:28









          pericynthionpericynthion

          4,268929




          4,268929

























              4












              $begingroup$

              Nope.





              The USB port on the converter chip is a device, not a host. It cannot be used to connect to a mouse.



              Your best bet would be to buy a PS/2 mouse, or see if your USB mouse is backward compatible with PS/2 via passive adapter. PS/2 is a really simple protocol and easily interfaced with an FPGA.






              share|improve this answer









              $endgroup$


















                4












                $begingroup$

                Nope.





                The USB port on the converter chip is a device, not a host. It cannot be used to connect to a mouse.



                Your best bet would be to buy a PS/2 mouse, or see if your USB mouse is backward compatible with PS/2 via passive adapter. PS/2 is a really simple protocol and easily interfaced with an FPGA.






                share|improve this answer









                $endgroup$
















                  4












                  4








                  4





                  $begingroup$

                  Nope.





                  The USB port on the converter chip is a device, not a host. It cannot be used to connect to a mouse.



                  Your best bet would be to buy a PS/2 mouse, or see if your USB mouse is backward compatible with PS/2 via passive adapter. PS/2 is a really simple protocol and easily interfaced with an FPGA.






                  share|improve this answer









                  $endgroup$



                  Nope.





                  The USB port on the converter chip is a device, not a host. It cannot be used to connect to a mouse.



                  Your best bet would be to buy a PS/2 mouse, or see if your USB mouse is backward compatible with PS/2 via passive adapter. PS/2 is a really simple protocol and easily interfaced with an FPGA.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Feb 3 at 21:22









                  Tom CarpenterTom Carpenter

                  39.5k372119




                  39.5k372119















                      Popular posts from this blog

                      How do I know what Microsoft account the skydrive app is syncing to?

                      When does type information flow backwards in C++?

                      Grease: Live!