Steve Karg

Results 130 comments of Steve Karg

The mechanism this library uses for Linux serial port 76800 bps is a [custom divisor](https://stackoverflow.com/questions/3192478/specifying-non-standard-baud-rate-for-ftdi-virtual-serial-port-under-linux) (76800 bps falls into the category of a non-standard baud rate for PC (personal computer)...

I'm currently working a branch (after trying to use a patch related to Loop object setpoint reference property) that looks similar to jbennet branch for adding complex known property value...

About the hairy bits: - I've implemented a sprintf() pattern of passing NULL into apdu and returning the length, so that an encoder or decoder can get the length without...

Nearly! I have been adding more fixes to bacapp.c and bacapp.h to handle the Color Object data types: https://github.com/bacnet-stack/bacnet-stack/compare/master...feature/color-objects-color-command I added bacapp_decode_known_property() which is needed in rp_ack_print_data() to replace bacapp_decode_application_data().

For your branch, can you put the schedule extra data types into dailyschedule.c module and dailyschedule.h header, rather than in bacdcode.c and bacothertypes.h? bacothertypes grinds on my sensibilities like using...

Just a note: I already pushed the [color and color temperature objects and their properties](https://github.com/bacnet-stack/bacnet-stack/commit/38d213b47c87725abdad7f198b98703bf64b2f41) into master branch.

In an effort to avoid breaking the API before a major version number change, I've been (occasionally) copying and modifying bacapp_decode_xyz() or decode_xyz() and rewriting them as bacnet_xyz_decode() which adds...

Boy, that Windows build is noisy (warnings!). I'll add that to my to-do list. ``` bactimevalue.c D:\a\bacnet-stack\bacnet-stack\src\bacnet\bactimevalue.c(181,54): error C2059: syntax error: '}' [D:\a\bacnet-stack\build\bacnet-stack.vcxproj] ``` ``` BACNET_APPLICATION_DATA_VALUE full_data_value = {}; ```...

re: platform abstraction (src/bacnet/bacnet_plat_compat.h) I ran into an issue some months ago with platforms that don't support some libc string functions and proposed something similar to OpenThread in this issue:...

> I needed 30 to test schedule Since those complex application tags are "whatever is defined in the stack" and not BACnet standard values, please use "-1" and have the...