disabling library routines from outputing console messages

Discussion to talk about software related topics only.
Post Reply
BillC
Posts: 72
Joined: Tue Oct 13, 2009 6:22 am
Location: Buckinghamshire, UK

disabling library routines from outputing console messages

Post by BillC »

Hi all,
I am just starting a new project using the SB700, I will be using both of the serial ports and noticed on some of my other projects using Netburner boards that some of the libraries (I think it was the EFFS disk handler and the FTP host handler) are littered with printf statements that go to one of the serial ports, as I will now be using both of these ports I wondered if this will applied when using the SB700, if so is there a command or a way to suppress these messages.

Thanks, Bill
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: disabling library routines from outputing console messag

Post by rnixon »

Bill, are you sure they are library routines and not examples? I don't think there should be any printf's in the libraries, but there are lots in the examples to show how things work.
User avatar
pbreed
Posts: 1091
Joined: Thu Apr 24, 2008 3:58 pm

Re: disabling library routines from outputing console messag

Post by pbreed »

The boot quiet flag (setup or ipsetup) should kill all system boot messages.
BillC
Posts: 72
Joined: Tue Oct 13, 2009 6:22 am
Location: Buckinghamshire, UK

Re: disabling library routines from outputing console messag

Post by BillC »

thanks for both replies, yes , I just went back to my old project and found that the printf statements were in the example Systemutils and ftp files that I added to the project.

I can modify these for my new project.

Thanks for your help.

Bill
Post Reply