Search found 87 matches

by rich
01 April 2025, 17:36 PM
Forum: ZBasic Native Mode
Topic: embed time in source file
Replies: 1
Views: 447

Re: embed time in source file

Oh i found it in the docs.

If only i look before i ask.

cheers,
rich
by rich
01 April 2025, 8:42 AM
Forum: ZBasic Native Mode
Topic: embed time in source file
Replies: 1
Views: 447

embed time in source file

Is there a magic string i can put in the .bas source file such that at compile time the system date/time will replaced the magic string.

Thanks
Rich
by rich
26 March 2025, 6:16 AM
Forum: ZBasic Native Mode
Topic: project file file paths
Replies: 2
Views: 1715

Re: project file file paths

Well it works just fine.

Just a brain fart on my side.

Thanks Don
Richard
by rich
25 March 2025, 6:09 AM
Forum: ZBasic Native Mode
Topic: How to revive a bricked device
Replies: 4
Views: 11723

Re: How to revive a bricked device

Thanks for the offer of reflashing Don.
I will try zboot and get back to you.

Thanks much for the help.
cheers,
richard
by rich
24 March 2025, 16:23 PM
Forum: ZBasic Native Mode
Topic: project file file paths
Replies: 2
Views: 1715

project file file paths

Can relative path be used in project .pjt file?

I tried ../ to move up one directory but it did not work.
What would be the way to do that?

Thanks
Richard
by rich
17 March 2025, 8:49 AM
Forum: ZBasic Native Mode
Topic: How to revive a bricked device
Replies: 4
Views: 11723

Re: How to revive a bricked device

Thank for your response. Sorry it took me so long to answer.
I will try that soon.
Another question along that line is what is the fastest infinite loop possible and the download from the IDE still works.

Anyone know?

richard
by rich
09 March 2024, 9:25 AM
Forum: ZBasic IDE
Topic: Can't download
Replies: 1
Views: 8809

Re: Can't download

I fixed the problem. I closed all the open files. "Then Files > Close" then "Files > Open <file.pjt>" and every think works as it should. Just needed and extra "File > Close" for some reason. I don't know how i jammed up the IDE but i figured out how to un-jam it, so i ...
by rich
08 March 2024, 9:24 AM
Forum: ZBasic IDE
Topic: Can't download
Replies: 1
Views: 8809

Can't download

I build the project just fine as i have 100s of times.
The 'Go' command is grayed out so i can't download the code.
In options device it can find the device correctly so i know the USB/serial interface is working.

Anybody know what i did to the IDE to stop downloading?

Very frustrating.

rich
by rich
02 March 2024, 17:17 PM
Forum: ZBasic for Generic Targets
Topic: c files interacting in strange ways
Replies: 3
Views: 8173

Re: c files interacting in strange ways

Don,
I will zip the files up and email them to you.
No NDA necessary this is hobby work and not original except i am using ZBasic.

cheers,
Rich
by rich
01 March 2024, 13:07 PM
Forum: ZBasic for Generic Targets
Topic: c files interacting in strange ways
Replies: 3
Views: 8173

Re: c files interacting in strange ways

I narrowed down the problem. I put both function in the same .c file. I started cutting out section of the function that does not need to be there but needs to be called. It now converts an unsigned long int to an unsigned 64bit int. That's all it does, and does not use the result and returns 0. Thi...
by rich
01 March 2024, 11:26 AM
Forum: ZBasic for Generic Targets
Topic: c files interacting in strange ways
Replies: 3
Views: 8173

c files interacting in strange ways

This is a strange bug i have created. I use a 'c' function to calculate an unsigned long value with 64-bit unsigned integers. There are two functions in two different files. One file produces the the wrong value so i created another file that produces the correct results. In order to get the correct...
by rich
12 February 2024, 7:34 AM
Forum: ZBasic for Generic Targets
Topic: Suport for AVR64DD32
Replies: 4
Views: 9785

Re: Suport for AVR64DD32

Thanks for looking into it.

cheers,
richard
by rich
02 February 2024, 8:00 AM
Forum: ZBasic for Generic Targets
Topic: Suport for AVR64DD32
Replies: 4
Views: 9785

Re: Suport for AVR64DD32

Don, what is the word on support for the part?

Thanks
Richard
by rich
15 January 2024, 8:40 AM
Forum: ZBasic for Generic Targets
Topic: Suport for AVR64DD32
Replies: 4
Views: 9785

Suport for AVR64DD32

There are some newer AVR devices.
Specifically the AVR64DD32.
Does ZBasic support this part?

Thanks
Richard
by rich
15 October 2023, 14:33 PM
Forum: ZBasic Native Mode
Topic: How to revive a bricked device
Replies: 4
Views: 11723

How to revive a bricked device

I have a ZX328n that is in an infinite loop printing out debug info.
Essentially bricked.
The IDE hangs with so much data coming in.

Any ideas how i can get the chip out of its loop?

Thanks