Search found 21 matches
- 27 September 2018, 16:31 PM
- Forum: ZBasic Language
- Topic: Directly referencing console/COM1 queues
- Replies: 3
- Views: 5832
Re: Directly referencing console/COM1 queues
Those two register values are documented here: www.zbasic.net/doc/ZBasicRef.php?page=81 Also, there is additional information on the system queues and how to set up replacement queues here: http://www.zbasic.net/doc/ZBasicRef.php?page=74 Thanks for the quick reply Don- I had just logged on to say '...
- 27 September 2018, 14:44 PM
- Forum: ZBasic Language
- Topic: Directly referencing console/COM1 queues
- Replies: 3
- Views: 5832
Directly referencing console/COM1 queues
I would like to use the generic queue functions to parse the console in queue, but can't see how to reference the queue.
Can this be done, and if so, how?
Or do I need to turn off the console (option console none) and create COM1 and its queues programatically.
Can this be done, and if so, how?
Or do I need to turn off the console (option console none) and create COM1 and its queues programatically.
- 13 August 2018, 15:16 PM
- Forum: ZBasic for Generic Targets
- Topic: Makeboot Path Issue?
- Replies: 3
- Views: 6444
- 10 August 2018, 21:28 PM
- Forum: ZBasic for Generic Targets
- Topic: Makeboot Path Issue?
- Replies: 3
- Views: 6444
Re: Makeboot Path Issue?
But when I attempt to run makeboot.bat, the command window displays the " make is not recognized as an internal or external command… " error. I am experiencing the same issue under Win10 Pro with zboot moved to an unprotected folder. make.exe is installed by default in ZBasic\utils\bin. I...
- 03 December 2015, 19:53 PM
- Forum: ZBasic Language
- Topic: ZBasic or Arduino for hobby?
- Replies: 11
- Views: 6365
Re: ZBasic or Arduino for hobby?
My first micro was an 8008 (did you know the first instruction was always executed twice?) and, OT, first big box was a 1401. And while we reminisce about the good old days when 2K of code was HUGE and coders had hairy chests....a couple of rumoured but unconfirmed factoids The early Motorola 6502 ...
- 03 December 2015, 19:34 PM
- Forum: ZBasic Language
- Topic: ZBasic or Arduino for hobby?
- Replies: 11
- Views: 6365
Re: ZBasic or Arduino for hobby?
You beat me Ericeserdahl wrote:Programming microprocessors since the Intel 4040A.

- 03 December 2015, 14:31 PM
- Forum: ZBasic Language
- Topic: ZBasic or Arduino for hobby?
- Replies: 11
- Views: 6365
Re: ZBasic or Arduino for hobby?
I wish to know from the forums experience if you think the ZBasic environment is better suited to hobby application than the Auduino? Hi Rich- I have no experience with Arduino, but can comment on ZBasic. I am an EE and have been doing embedded hardware and software design for (ahem) 30-odd years. ...
- 03 September 2015, 1:02 AM
- Forum: ZBasic Native Mode
- Topic: Where does makeboot.bat put the resulting .elf file?
- Replies: 3
- Views: 7025
Re: Where does makeboot.bat put the resulting .elf file?
Actually, I can't find any generated files from running makeboot.bat.sparxfly wrote:I can't find the resulting elf file anywhere!
Appears to be something wrong with paths under Win10?
Running current version of all ZBasic utilities.
- 02 September 2015, 20:27 PM
- Forum: ZBasic Native Mode
- Topic: Where does makeboot.bat put the resulting .elf file?
- Replies: 3
- Views: 7025
Where does makeboot.bat put the resulting .elf file?
Don-
Running makeboot.bat in Windows 10, but I can't find the resulting elf file anywhere!
Under Win7 it always put it in the zboot\obj folder.
Snip of batch file output is attached...
Running makeboot.bat in Windows 10, but I can't find the resulting elf file anywhere!
Under Win7 it always put it in the zboot\obj folder.
Snip of batch file output is attached...
- 21 February 2015, 14:46 PM
- Forum: ZBasic for Generic Targets
- Topic: ATN timing for generic devices?
- Replies: 10
- Views: 11372
- 20 February 2015, 19:30 PM
- Forum: ZBasic for Generic Targets
- Topic: ATN timing for generic devices?
- Replies: 10
- Views: 11372
Must say Don, that despite the issues with download (that I suspect may be more related to Win7?), the transition from ZX to native mode was absolutely painless - just added the required options, and away it went! So I can happily go into production.:D :D One thing I have noticed (which is almost ce...
- 19 February 2015, 14:55 PM
- Forum: ZBasic for Generic Targets
- Topic: ATN timing for generic devices?
- Replies: 10
- Views: 11372
After compilation, the program was downloaded successfully and the device responded with the expected output. Thanks for the time you have put in to have a look Don. I finally got my system working. Initially the best I got was with bootloader and IDE download speed set at 19200. That was very inte...
- 18 February 2015, 21:59 PM
- Forum: ZBasic for Generic Targets
- Topic: ATN timing for generic devices?
- Replies: 10
- Views: 11372
- 18 February 2015, 20:35 PM
- Forum: ZBasic for Generic Targets
- Topic: ATN timing for generic devices?
- Replies: 10
- Views: 11372
Still intermittent across download speeds from 9600 up to 230400, with little difference. Progress varies from a few ...s to 100%, and any fail shows Device reports a timeout waiting for data. I can't see a parameter in any options files to tweak that timeout- I presume it is the bootloader reportin...
- 18 February 2015, 19:57 PM
- Forum: ZBasic for Generic Targets
- Topic: ATN timing for generic devices?
- Replies: 10
- Views: 11372
Re: ATN timing for generic devices?
I will spend some time checking out the quality and timing or TX and RX. You can rest Don. Looks like with xtal tolerances I am pushing it to download at 115200. One module couldn't progress beyond device ID request, a second one completed about 30% of the time. I will reconfigure the bootloader an...