Forum Index
HomeZBasic Home   Forum RulesForum Rules   Forum FAQForum FAQ   MemberlistMemberlist   UsergroupsUsergroups   RSS FeedRSS Feed
Site SearchSite Search   LinksLinks   DownloadDownload   Digests and SubscriptionsDigests and Subscriptions
ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in   RegisterRegister
IDE Output Window

 
Post new topic   Reply to topic    Forum Index -> ZBasic IDE
Author Message
liam.zbasic



Joined: 25 Mar 2008
Posts: 143
Location: Southern California (Blue)

Posted: 16 January 2010, 2:22 AM    Post subject: IDE Output Window Reply with quote

Hello. I want to increase the number of lines in the IDE output window to see more of my ZX-40A data. The default seems to be ~105 lines. Also, is it possible to increase the output rate beyond the debug.print command? Thanks.
Back to top
dkinzer
Site Admin


Joined: 03 Sep 2005
Posts: 2499
Location: Portland, OR

Posted: 16 January 2010, 4:23 AM    Post subject: Re: IDE Output Window Reply with quote

liam.zbasic wrote:
I want to increase the number of lines in the IDE output window to see more of my ZX-40A data.
There is section of the ZBasic Language Reference Manual that describes exactly how to do that.
http://www.zbasic.net/doc/ZBasicRef.php?page=116
liam.zbasic wrote:
Also, is it possible to increase the output rate beyond the debug.print command?
The default baud rate for Com1 is 19.2K baud and the IDE is set to match that by default. You can change the baud rate of Com1 by closing Com1 and opening it again with the parameters that you want to use. You'll also have to manually set the baud rate in the IDE to match whatever rate you choose.

You need to be aware, however, that the "sign on" message is sent to the output queue before Main() begins executing. Consequently, if you change the baud rate of Com1 and have the IDE set to match, the sign on message will display as garbled characters because they will have been output at the default rate. You can avoid this by using "Option SignOn Off" in the first module of your project. You can read more about that, and the applicable caveats, in the ZBasic Language Reference Manual:
http://www.zbasic.net/doc/ZBasicRef.php?page=20
Back to top
liam.zbasic



Joined: 25 Mar 2008
Posts: 143
Location: Southern California (Blue)

Posted: 19 January 2010, 6:56 AM    Post subject: Reply with quote

Thank you.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Forum Index -> ZBasic IDE Time synchro. with the server - Timezone/DST with your computer
Page 1 of 1

 


All content Copyright © 2005-2012 Elba Corp. All Rights Reserved.
Opinions expressed in posts are those of the author and not necessarily those of Elba Corp.
Powered by phpBB © 2001, 2005 phpBB Group