skarg
8ceee148a5
Added fixme comment due to report of bug. Thank you John Taylor!
2007-10-03 16:19:51 +00:00
skarg
ba20c1cc03
Corrected problem in MS/TP state machine where device was sending PFM frames to itself (destination address same as source address) when solemaster is true (Thank you to John Stachler!).
2007-09-28 23:38:54 +00:00
skarg
b41f8709d8
Updated vendor name and ID to use the one specified in config.h or DEFINED.
2007-08-24 00:33:34 +00:00
skarg
f74d39558f
Added more configuration information to config.h, including the default Vendor Id. This BACnet Stack at SourceForge has been assigned Vendor Id 260 by ASHRAE. We can now release binary utilities and tools with our own Vendor ID!
2007-08-21 17:50:01 +00:00
skarg
b9e4602660
Corrected bug in all confirmed handlers: if a segmented message was received, the handler tried to decode it instead of immediately sending an abort. This caused lockup with WriteProperty.
2007-08-18 00:14:06 +00:00
skarg
1b9a00e238
Added version files.
2007-08-13 16:42:43 +00:00
skarg
d86641224a
Corrected count of objects for PIC port.
2007-08-08 17:39:22 +00:00
skarg
0dd6584952
Updated the version number.
2007-07-21 12:13:26 +00:00
skarg
e53f38dd40
Changed the MSTP_MASTER_STATE_ANSWER_DATA_REQUEST state to always send a REPLY_POSTPONED by
...
commenting out the section that checks for new packets to send. It was not the intent of the BACnet standard, but it makes the Master Node FSM compliant. It's either that or re-parse the message for a matching apdu and invoke id, and then defer if the next message does not match. The problem happens when an unconfirmed request (i.e. WhoIs) is followed immediated by a confirmed request (i.e. ReadProperty) before the device can respond to the unconfirmed request (i.e. the I-Am is queued in the Transmit buffer).
2007-07-14 00:09:16 +00:00
skarg
e142d20f3a
Updated the version number.
2007-06-18 17:02:51 +00:00
skarg
a18d338f00
Set the EOL-style to native for most files using svn propset command. Some files also had inconsistent line endings. Seems that subversion doesn't set the eol-style automatically when files are created unless it is configured for autoprops. The autoprops setting is local to the subversion installation and not the project.
2007-06-18 16:22:24 +00:00
skarg
8833675ad8
Changed Firmware_Revision property to return 0.3.1 which is the version of the BACnet Stack at SourceForge.
2007-06-15 22:54:05 +00:00
skarg
9069c939da
Fixing indent oops which removed the contents of all these files.
2007-06-14 05:33:15 +00:00
skarg
ea4863ca25
Indented.
2007-06-14 05:14:26 +00:00
skarg
8d557718d2
2007-06-06 00:17:59 +00:00
skarg
8139ea6fa1
Fixed the BACnet/IP broadcast messages to send as BVLC_ORIGINAL_BROADCAST_NPDU. Corrected comments about Broadcasts.
2007-05-22 00:17:39 +00:00
skarg
becfdc947d
Adding more functionality to Lighting Output object.
2007-04-02 21:49:21 +00:00
skarg
0f53e4c9e9
Updated the pic18f6720 demo in the ports directory. Added EPICS for the pic18f6720.
2007-04-02 21:31:26 +00:00
skarg
af939531ce
Added include file to fix compiler warning.
2007-04-02 20:10:45 +00:00
skarg
4dcd77dbf6
Fixed include list in readme.txt
2007-04-02 20:08:32 +00:00
skarg
d9e1e7a5e4
2007-04-02 19:51:39 +00:00
skarg
ee3771eb07
Added analog value object to the ReadProperty handler for the pic18f6720 ports demo.
2007-04-02 16:18:15 +00:00
skarg
42ade5a5a0
Added WriteProperty service and Analog Value object without priority array to pic18f6720 port demo.
2007-03-30 20:51:57 +00:00
skarg
378b5f710d
Copied remotely
2007-03-30 20:25:31 +00:00
skarg
825b7cf0ca
Copied remotely
2007-03-30 20:23:22 +00:00
skarg
1d231312aa
Copied remotely
2007-03-30 20:22:31 +00:00
skarg
7205b32f99
Changed PIC18F6720 demo to include BI, BV, and AI objects.
2007-03-27 14:06:58 +00:00
skarg
6f04232d32
Updated for running the PIC demo.
2007-03-23 17:07:13 +00:00
skarg
6c5b409dcf
Tested Win32 port projects.
2007-02-23 13:05:19 +00:00
skarg
1386b41f2d
Ran the indent and comment script to standardize the source files.
2007-02-23 02:14:50 +00:00
skarg
bfc82bd07d
Changed array element 0 to be more clear in the code.
2007-02-08 21:57:47 +00:00
skarg
f3adf2140d
updated for PIC port.
2007-02-06 20:23:42 +00:00
skarg
300386aff6
2007-02-05 16:10:48 +00:00
skarg
12b7016eed
Corrected linker script to have more stack and to reserve space for debugger.
2007-02-05 15:52:01 +00:00
skarg
898c42df2a
Changed default baud rate for MS/TP to be 38400 for pic18f6720 demo.
2007-02-02 22:48:20 +00:00
skarg
e89637f1f9
Corrected interrupts for pic18f6720 demo.
2007-02-02 19:10:47 +00:00
skarg
ba7a1ad750
2007-02-02 16:02:52 +00:00
skarg
3f6b19f8ac
Added pic18f6720 configuration bits.
2007-02-02 15:51:57 +00:00
skarg
d0c297914e
Corrected comments that didn't convert well automatically and caused syntax errors.
2007-02-02 15:03:57 +00:00
skarg
71d59fbb8b
Standardized the comments and indentation using the comment.sh and indent.sh scripts.
2007-02-02 02:25:15 +00:00
skarg
42985437e5
Added demo for PIC18F6720 with MS/TP datalink layer. Untested.
2007-02-01 21:37:53 +00:00