Thread: inputString issue

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    I would assume someone was, for the second time today, foolish enough to post java code in the c forum.
    (As evidenced by println)

    Please read How To Ask Questions The Smart Way
    My homepage
    Advice: Take only as directed - If symptoms persist, please see your debugger

    Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"

  2. #2
    Registered User
    Join Date
    Apr 2012
    Location
    Canada
    Posts
    2
    This intended for Arduino (C++)
    I need to use the serial string
    [code]//from SerialEvent
    String inputString = ""; // a string to hold incoming data
    boolean stringComplete = false; // whether the string is complete[code]

    in a char array to: (twitter.post(msg)) {
    There must be an easier way?

    Thanks !

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. bandwidth issue / network issue with wireless device communication
    By vlrk in forum Networking/Device Communication
    Replies: 0
    Last Post: 07-05-2010, 11:52 PM
  2. new issue
    By hiddenprophecy in forum C Programming
    Replies: 3
    Last Post: 04-15-2009, 05:59 PM
  3. PHP/IIS Issue
    By ChadJohnson in forum Tech Board
    Replies: 7
    Last Post: 09-25-2005, 11:02 AM
  4. Aim Issue
    By RoD in forum Tech Board
    Replies: 5
    Last Post: 01-17-2004, 11:28 AM
  5. pop up issue
    By RoD in forum Tech Board
    Replies: 6
    Last Post: 07-09-2003, 05:46 PM