Serial communication + mouse emulation at the same time?
i use arduino due mouse/keyboard , @ same time use serial communication. possible? if understand correctly, have use usb native port on due emulate keyboard. in "getting started" page of due says isn't simple use serial communication on native port. thankful if explain (in simple language) how set serial communication via native usb port (what bps rate should use?).
it should possible set several different types of communication on 1 usb. each different type (hid, serial) can identify separately. must possible several items of same type - have phone shows 2 storage devices when it's plugged in.
doing through arduino libraries? think might take lot of deep understanding how usb works.
serialusb doesn't seem dependent on baud rate. declare baud rate in serialusb.begin() doesn't seem matter if serial monitor names different baud rate.
in worst case, plug in second usb on programming port , use serial.
doing through arduino libraries? think might take lot of deep understanding how usb works.
serialusb doesn't seem dependent on baud rate. declare baud rate in serialusb.begin() doesn't seem matter if serial monitor names different baud rate.
in worst case, plug in second usb on programming port , use serial.
Arduino Forum > Products > Arduino Due (Moderator: fabioc84) > Serial communication + mouse emulation at the same time?
arduino
Comments
Post a Comment