Output to Serial from functions in .cpp file

Status
Not open for further replies.
Code:
void setup() {
  // initialize serial communication at 9600 bits per second:
  Serial.begin(9600);  
}

// the loop routine runs over and over again forever:
void loop() {
  Show();
 
Nobody can meaningfully help you resolve these problems when you don't post your complete code. Since you're not using Arduino, you must also post a clear description of how you've building the code (eg, a makefile, script, exact compiler commands, etc). We have the "Forum Rule" at the top of every page for exactly this reason, to help give you the best possible help with your problem. If your program is too large or contains secret or proprietary info, the expectation is you can trim it to only a small sample which demonstrate the issue without disclosing anything confidential.

Please, follow the Forum Rule. It saves everyone a lot of time, and it really does result in much better help for you.
 
] We have the "Forum Rule" at the top of every page for exactly this reason, to help give you the best possible help with your problem.

I'm amazed at ho many times you have to say this, and yet, people still do not post their code! Off topic, but perhaps you should change the forum CSS to format that message in huge bold type with a yellow background.
 
Yeah, messages lacking essential info are an ongoing problem, but compared to other forums we actually do pretty well here. And the most important part, we usually do figure out issues when photos & code are posted.

I've actually considered extra css or javascript tricks on the new topic page. Maybe someday...
 
Status
Not open for further replies.
Back
Top