Search found 5 matches

by petervanlievenoogen
01 February 2014, 6:53 AM
Forum: ZBasic for Generic Targets
Topic: Arduino Mega2560 board => ZBasic
Replies: 9
Views: 14539

Thank you dkinzer,

I will try it on my board.

regards
Peter
by petervanlievenoogen
31 January 2014, 4:08 AM
Forum: ZBasic for Generic Targets
Topic: Arduino Mega2560 board => ZBasic
Replies: 9
Views: 14539

Arduino Mega2560 board => ZBasic

I have a Arduino Mega2560 board but I don't like writing in "C" I use to work with ZX24 ZBasic. Is it possible to use the ZBasic compiler for this board with a Generic licence? Is there a guide line to change the bootloader to ZBasic? Can I try this with the evaluation license? greeting fr...
by petervanlievenoogen
10 January 2008, 6:58 AM
Forum: ZBasic Language
Topic: Register.Console.Speed changing
Replies: 2
Views: 4918

Register.Console.Speed changing

How can I change the Register.Console.Speed

I like to use console.writeline @ 9600
by petervanlievenoogen
16 October 2007, 0:42 AM
Forum: ZBasic Language
Topic: string format problem
Replies: 2
Views: 6001

Re: string format problem

dkinzer wrote:

Code: Select all

Console.WriteLine (Fmt(lon_min, 3)) 
See the description of Fmt for more details.
hmmm I need some glasses 8)

thanks
by petervanlievenoogen
15 October 2007, 6:47 AM
Forum: ZBasic Language
Topic: string format problem
Replies: 2
Views: 6001

string format problem

I'm new and glad to have fond a more powerful replacement to the BX24 I’m using the ZX24a to capture a NMEA string, and diplaying it on the com1. to get a single value out off the NMEA I use: ‘to get data for a single dim Long_min as single,ok as boolean Lon_min=Waarde(3,10000,ok) ‘t...