skarg
|
db61a1122f
|
Ran indent script.
|
2009-07-29 18:06:33 +00:00 |
|
skarg
|
551f2767e0
|
Ran fixup script.
|
2009-07-29 18:05:07 +00:00 |
|
skarg
|
6adf97553f
|
Updated code to handle Borland 5.5 Compile.
|
2009-07-29 17:53:32 +00:00 |
|
skarg
|
adf0f282e7
|
Added delay and flush to correctly flush RS485 buffer.
|
2009-07-27 18:48:06 +00:00 |
|
skarg
|
f30a21a032
|
Converted mstpcap to use timer rather than sleep for timing.
|
2009-07-27 17:50:09 +00:00 |
|
skarg
|
ece1f05de9
|
Corrected EOL line style and line endings on files.
|
2009-07-24 16:19:48 +00:00 |
|
skarg
|
82a03d948b
|
Corrected present_value priority array offset for binary output examples.
|
2009-07-20 22:15:08 +00:00 |
|
skarg
|
3e84cce6d1
|
Fixing makefile for ports.
|
2009-07-18 11:55:46 +00:00 |
|
skarg
|
dcd6cbed52
|
Updated Removed the unused state of MSTP_RECEIVE_STATE_HEADER_CRC. Hopefully this doesn't break too many implementations!
|
2009-07-17 16:02:31 +00:00 |
|
skarg
|
d9fea88227
|
Removed the unused state of MSTP_RECEIVE_STATE_HEADER_CRC. Hopefully this doesn't break too many implementations!
|
2009-07-17 15:41:37 +00:00 |
|
skarg
|
a32af783cb
|
Moved the MS/TP defines into mstpdef.h file.
|
2009-07-17 15:15:46 +00:00 |
|
skarg
|
0293a2e6a2
|
Updated bdk port for version 2, along with test.
|
2009-07-14 15:47:58 +00:00 |
|
skarg
|
958922a304
|
Corrected baud rate write.
|
2009-07-10 22:00:40 +00:00 |
|
skarg
|
fe5e9dd42b
|
Corrected install to write fuses.
|
2009-06-22 03:54:42 +00:00 |
|
skarg
|
4c9bd5f842
|
Modified for compilation under Linux.
|
2009-06-22 03:07:42 +00:00 |
|
skarg
|
e70dd3c7ba
|
Added more objects to BDK port, and connected AI to ADC7, and BI0..BI4 to PINB0..PINB4. Fixed up some other objects and object API (header files).
|
2009-06-18 03:58:54 +00:00 |
|
skarg
|
54d1ef12ea
|
Corrected serial port initialization for second USART. Thanks, Jason!
|
2009-06-03 14:54:24 +00:00 |
|
skarg
|
2170374470
|
Modified the COM port scanner to scan from COM1 to COM99.
|
2009-05-27 20:15:51 +00:00 |
|
skarg
|
c13ece98e9
|
Updated serial code in AVR bootloader host application to allow Windows COM ports from COM1 to COM99.
|
2009-05-27 19:36:59 +00:00 |
|
skarg
|
911d841496
|
Added AVROSP application for using the bootloader.
|
2009-05-27 19:10:13 +00:00 |
|
skarg
|
f96e8b6118
|
Added AVR Studio project for bootloader.
|
2009-05-27 11:32:03 +00:00 |
|
skarg
|
1525de33fe
|
Added multimedia timer to dlmstp.c for Win32 port to try and improve performance. Thank you Cameron Crothers!
|
2009-05-25 13:45:52 +00:00 |
|
skarg
|
7032168ff5
|
Ran the fixup, indent, and comment scripts to standardize the source code.
|
2009-05-24 01:49:21 +00:00 |
|
skarg
|
417bee2833
|
Removed process.h - conflicted with MinGW.
|
2009-05-22 01:48:55 +00:00 |
|
skarg
|
7916c7a6de
|
Consolodated the datalink environment variable for building demos on Linux and Windows into a single module (dlenv). Adjusted most demo makefiles.
|
2009-05-22 01:45:38 +00:00 |
|
skarg
|
1b78d33ddc
|
Added build option for Makefile (for optimized)
|
2009-05-13 04:49:59 +00:00 |
|
skarg
|
0c4edb33d9
|
Fixed up file indent, comments, and eol-type.
|
2009-05-13 03:46:02 +00:00 |
|
skarg
|
85c9efd2b5
|
Corrected compilation on Ubuntu Linux.
|
2009-05-13 00:25:08 +00:00 |
|
skarg
|
30c01de3a4
|
Refactored the GCC C-Stack functions into their own file.
|
2009-05-12 20:41:42 +00:00 |
|
skarg
|
9235ebeee2
|
Improved BACnet Development Kit object handling and storing to SEEPROM and EEPROM. Added device property to check C-Stack size and amount unused.
|
2009-05-12 20:25:31 +00:00 |
|
skarg
|
fa3607d948
|
Corrected ReadPropertyMultiple for some objects. Added catch for case where malformed RPM-Ack is received.
|
2009-05-12 20:23:01 +00:00 |
|
skarg
|
bbc87574b9
|
Removed unnecessary comment.
|
2009-05-11 23:57:33 +00:00 |
|
skarg
|
469627a6cf
|
Updated port for BACnet Development Kit.
|
2009-05-11 22:32:06 +00:00 |
|
skarg
|
be4b33c099
|
Updated error message to work correctly.
Updated COM port to work with COM ports higher than COM9.
|
2009-05-11 20:17:30 +00:00 |
|
skarg
|
7694023e12
|
added hardware design spreadsheet
|
2009-05-09 11:43:12 +00:00 |
|
skarg
|
eb06ee919a
|
Added demo port for BACnetDevelopmentKit.com board.
|
2009-05-04 22:14:45 +00:00 |
|
skarg
|
b194e2cd70
|
SourceForge.net bug ID: 2785704. Added case in demo device object to return the Location property. Corrected comment and value of UTC Offset. Thank you piotrek ( bacpack )!
|
2009-05-03 11:55:50 +00:00 |
|
skarg
|
94d55e0294
|
Cleaned up Borland build files (whitespace) and subtle bug in lib makefile.
|
2009-04-19 14:39:20 +00:00 |
|
skarg
|
b85c4355d0
|
Indented according to standard indent rules for this project.
|
2009-04-18 20:50:04 +00:00 |
|
kingdl802
|
04d7ea9672
|
the list of include directories had to be updated because the
paths have changed.
|
2009-04-09 19:41:48 +00:00 |
|
skarg
|
75bd715bd4
|
corrected possible overflow in dlmstp.c for PIC and RTOS-32. Thank you Martin!
|
2009-03-06 11:04:51 +00:00 |
|
skarg
|
134bbade5d
|
Removed extra debug printf in MS/TP module.
|
2009-02-27 22:36:49 +00:00 |
|
brayra
|
9a2f058623
|
Added usleep(30) to RS485_Check_UART_Data allowing the process to give up time to the system,
rather than hogging the processor.
|
2009-02-27 16:33:16 +00:00 |
|
skarg
|
c23b6c2742
|
Corrected grammar.
|
2009-02-20 16:00:19 +00:00 |
|
skarg
|
552fe5e717
|
Added Added "--help" command line option to mstsnap.
|
2009-02-20 15:58:30 +00:00 |
|
skarg
|
a42b63d5c7
|
Changed the data type of the MS/TP index for the receiving byte to allow an APDU of 480 bytes.
|
2009-02-16 18:53:15 +00:00 |
|
skarg
|
e35cabd91d
|
Updated mstpcap for win32, tested.
|
2009-02-15 22:19:14 +00:00 |
|
skarg
|
209f63b1dc
|
Adding time stamp to mstpcap file name. Untested.
|
2009-02-15 13:27:41 +00:00 |
|
skarg
|
93826be9e5
|
Fixed MS/TP state MSTP_MASTER_STATE_WAIT_FOR_REPLY in ports/pic18f6720/mstp.c that prevented receiving the responses of your command to the peer. Thank you, Sungjune Lee!
|
2009-01-22 05:19:14 +00:00 |
|
skarg
|
eb5838c3d5
|
Cleaned up some makefiles.
|
2009-01-17 12:49:47 +00:00 |
|