Search found 11 matches

by The Altruist
Mon Jan 04, 2010 12:41 pm
Forum: NetBurner Software
Topic: Can I increase the I2C maximum packet length?
Replies: 4
Views: 3475

Re: Can I increase the I2C maximum packet length?

Wasn't sure how to describe it, but I found it. I had to Re-index the project so the Macro Expansion for I2C_MAX_BUF_SIZE would be right. Right click on the project. Of course. :?

EDIT: Yeah, that was my ticket in the system. Thanks for that!
by The Altruist
Mon Jan 04, 2010 11:30 am
Forum: NetBurner Software
Topic: Can I increase the I2C maximum packet length?
Replies: 4
Views: 3475

Re: Can I increase the I2C maximum packet length?

Hey, thanks a lot! I was worried when I saw 64 as a limit for a few other I2C devices. Also, where's the "Index" menu I've seen mentioned before?
by The Altruist
Mon Jan 04, 2010 7:45 am
Forum: NetBurner Software
Topic: Can I increase the I2C maximum packet length?
Replies: 4
Views: 3475

Can I increase the I2C maximum packet length?

From the I2CMulti.h

Code: Select all

#define I2C_MAX_BUF_SIZE  (64)  // Size allocated to input and output buffers in slave mode I2C
So... is this unyielding unchangeable law or can I pad this a little?
by The Altruist
Mon Jan 04, 2010 1:50 am
Forum: NetBurner Software
Topic: I2C Slave Transmit detection in MultiMaster Mode
Replies: 3
Views: 10891

Re: I2C Slave Transmit detection in MultiMaster Mode

@lgitlitz: That is really helpful. I need to have a look at that.
by The Altruist
Mon Jan 04, 2010 1:01 am
Forum: NetBurner Software
Topic: How do I implement Web sessions?
Replies: 0
Views: 2430

How do I implement Web sessions?

I know there's only so much code that can be crammed into a 512KB part, but I figured I'd ask. Web Log in Sessions. Similar to what's implemented by PHP, cookies, etc. User Accounts with Passwords. Do we have any example code that talks about something like this?
by The Altruist
Tue Dec 29, 2009 1:52 pm
Forum: NetBurner Software
Topic: I2C Slave Transmit detection in MultiMaster Mode
Replies: 3
Views: 10891

I2C Slave Transmit detection in MultiMaster Mode

Greetings, all.
I'm using an SB70LC in MultiMaster I2C mode.
I'm worried about safely updating my I2C Slave Transmit buffer so that I don't accidentally write to it (via I2CFillSlaveTXBuf) while someone else is reading from me.
How do I do this?
by The Altruist
Wed Nov 11, 2009 2:57 pm
Forum: NetBurner Software
Topic: Parsing Arguments to Function Call pages
Replies: 3
Views: 4215

Re: Parsing Arguments to Function Call pages

Eh, either or. I guess what I could to is set up a parsing system similar to one I made last year. I wrote a parsing system that read in CSV style data and tied it to an array of structs containing pointers and data types. For this, which connects to silly things like single bits and strings, I'm th...
by The Altruist
Tue Nov 10, 2009 10:16 pm
Forum: NetBurner Software
Topic: Parsing Arguments to Function Call pages
Replies: 3
Views: 4215

Parsing Arguments to Function Call pages

OK, so I want to parse URL arguments send to (AJAX) pages generated by function calls. I.e. MyAJAXPage.htm?parameter1=fish&parameter2=chips&parameter3=5.99 where parameter1 needs to be put in a variable entree , parameter2 into side , and parameter3 into price . This is just an example. I'm ...
by The Altruist
Tue Nov 10, 2009 9:52 pm
Forum: NetBurner's Eclipse IDE
Topic: Is it safe to install other Eclipse plugins?
Replies: 4
Views: 5180

Re: Is it safe to install other Eclipse plugins?

I appreciate it. Thanks!
by The Altruist
Fri Nov 06, 2009 11:06 am
Forum: NetBurner's Eclipse IDE
Topic: Is it safe to install other Eclipse plugins?
Replies: 4
Views: 5180

Re: Is it safe to install other Eclipse plugins?

Where do I find those plugins? I've found the complete download executable on the support site. Are they packaged inside?