Kyle Hayes

Results 356 comments of Kyle Hayes

It turns out that AB **does** document this. In their own "special" way. I got this from a user of my library and I thought I would pass along the...

Attribute 7 gives the size of one element and attribute 8 gives the array dimensions (all 3 at once each as a u32).

IIRC, Micro800 has strange strings. I think they might be a single count byte followed by up to 255 character bytes. Micro800 also does not support all of the CIP...

OK, so we know that there is a count byte followed by the character data (ASCII?). In order to try to write a string, you will need to make sure...

Hmm, I just noticed that at the top of these comments you said that the test string tag was of size 80. So that might be the limit that you...

I do a similar thing. I always do a first read to get the type and then another if the user asks for it. You need the type if you...

Don't get too excited :-) There are a lot of things that these docs do not cover. For instance, when you send a packet with packed requests (CIP type 0x0A)...

@kprotty quoted @locriacyber: > As for event loop by function argument (instead of global), it sounds interesting. Would things like File/Socket/Thread take an event loop? I really like the API/pattern...

Let me know if there are changes that would be needed in the core library. I think it may be about time to rethink the core API as well though...

That sounds like a good idea. Can you edit the wiki on the main project? If not, I can start a FAQ page. One challenge here is that it seems...