Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Thanks for the reply. So, using char array? Can it send values into USB ports just as bytes?\ Commented May 10, 2013 at 19:25
  • 1
    When you use a char it's exactly one byte; so send 'char' to USB port in C / C++ you are actually sending a byte. Commented May 10, 2013 at 19:26