Search found 12 matches

by TimC
19 July 2021, 20:51 PM
Forum: Files
Topic: LCD 4bit Driver
Replies: 0
Views: 7179

LCD 4bit Driver

Hi All,
Here is another LCD utility that separates the config from the Driver. No more editing the Driver for a different development board.
- High or Low 4 bit Data Port Config
- Busy Flag
- Download Characters
- 8x1 to 20x4
- Lots of comments

Tim C.
by TimC
06 July 2021, 20:55 PM
Forum: ZBasic for Generic Targets
Topic: Getting your Bootloader working
Replies: 0
Views: 8164

Getting your Bootloader working

Hi All, At first I had a lot of difficulties getting the boot loader on Generic Targets to work with the IDE. Now it's easier so I wanted to share what I found. First there is lots of DOC's already here but to those who are just starting here is the basic list on what you have to do: 1 - Make the bo...
by TimC
21 October 2020, 9:11 AM
Forum: ZBasic Language
Topic: Question on working with large bit fields
Replies: 4
Views: 8965

Thank you this is very helpful.

You are right I am thinking boolean is one bit. It's good to know that there are limits. So it does become a constant unpack to read then pack to save back. When I'm done I will post it here

Regards
Tim
by TimC
20 October 2020, 21:06 PM
Forum: ZBasic Language
Topic: Question on working with large bit fields
Replies: 4
Views: 8965

Thank you for such a speedy reply! Since every byte is different and every bit field is different joining them all together as an array of (0-31) won't work. What I was working on but feel is the wrong direction was this definition of each byte here: Public Const Clock_f41 as UnsignedInteger = &...
by TimC
20 October 2020, 15:00 PM
Forum: ZBasic Language
Topic: Question on working with large bit fields
Replies: 4
Views: 8965

Question on working with large bit fields

Hi all, I am trying to work with a DS1923 which has many small bit fields and large numbers that are a series of bytes. I can read one or more bytes at a time but I must write 32 bytes back at a time. I have tried "based" variables, Aliases, and Unions. Large numbers seem to work but not b...
by TimC
10 September 2020, 10:27 AM
Forum: Files
Topic: 1-Wire Search Algorithm
Replies: 0
Views: 7518

1-Wire Search Algorithm

Looked around and could not find anything that did a basic inventory of 1-Wire devices. So here is one that I got going for ZBasic with help from a number of sources. Spits out to the console: Family Code, 48Bit ID, CRC 10 79:89:D2:01:08:00:16 28 D2:1C:23:00:00:00:11 0C 9A:E8:07:00:00:00:19 12 A8:74...
by TimC
30 August 2020, 16:29 PM
Forum: ZBasic Native Mode
Topic: Can a BX-24 go Native?
Replies: 4
Views: 7824

Thank you so much Don

Saved me from bricking the little guy.
by TimC
30 August 2020, 14:17 PM
Forum: ZBasic Native Mode
Topic: Can a BX-24 go Native?
Replies: 4
Views: 7824

Don,
I scraped away the cement around the Xtal on the top of the chip and it's clearly the old style AT90S8535.

Also I checked:
https://web.archive.org/web/20040608130 ... 4/BX24.gif

I know it's a close cousin would it still work?

Regards
Tim
by TimC
30 August 2020, 11:49 AM
Forum: ZBasic Native Mode
Topic: Can a BX-24 go Native?
Replies: 4
Views: 7824

Can a BX-24 go Native?

Hi All,
Is it possible to reprogram it with the boot loader using the ISP interface and run it as a Native chip?
I have converted much of my old code over to ZBasic and my BasicX-24 chip just sits unused.

Regards
Tim
by TimC
14 March 2006, 18:41 PM
Forum: ZBasic Language
Topic: Lots of I2C where are the SPI examples?
Replies: 12
Views: 10264

Sharing and flat out are going to be interesting to work on
Thanks everybody
TimC
by TimC
14 March 2006, 11:39 AM
Forum: ZBasic Language
Topic: Lots of I2C where are the SPI examples?
Replies: 12
Views: 10264

Lots of I2C where are the SPI examples?

Hi,
I am looking for examples of using the SPI bus.
Both Hardware SPI and Software SPI examples.

I am using 2 SPI chips, one is the old DS1302 and the other is a D->A chip with a SPI interface that needs to run flat out.

Thank You
Tim C.
by TimC
10 February 2006, 8:11 AM
Forum: ZBasic IDE
Topic: Help error in IDE
Replies: 6
Views: 8695

I had the same problem and solved it by changing the origional Help line mentioned above to:

command.zbasic.help.default="file://C:\Program Files\ZBasic\doc\ZBasicRef.html"

The problem before was the additional ' to the left of file://

Regards
Tim