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
disabling library routines from outputing console messages
Re: disabling library routines from outputing console messag
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.
Re: disabling library routines from outputing console messag
The boot quiet flag (setup or ipsetup) should kill all system boot messages.
Re: disabling library routines from outputing console messag
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
I can modify these for my new project.
Thanks for your help.
Bill