Commit Graph

465 Commits

Author SHA1 Message Date
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
skarg bb39b745f3 Corrected compiler warning. 2008-12-05 21:50:14 +00:00
skarg 980f0145be Fixed line endings, and set EOL properties. 2008-12-05 21:26:24 +00:00
skarg f73344cfb2 Corrected compile warning. 2008-12-05 19:55:54 +00:00
skarg 16ce2b615f updated (apparently). 2008-12-01 15:27:08 +00:00
skarg 0b490d5440 Updated the PIC port for MS/TP. Tested on my hardware. 2008-11-30 04:39:53 +00:00
skarg a4cd23761c Added optional local print for mstp monitor. 2008-11-29 14:37:49 +00:00
skarg 1ad2da7895 Corrected compile errors in PIC port for MS/TP. Untested. 2008-11-28 22:05:46 +00:00
skarg 63f3f77552 Modified the PIC port MS/TP RS-485 handling to use an interrupt safe FIFO library (untested). 2008-11-28 13:37:42 +00:00
skarg cba4fdd1d2 Added avrdude support in ATmega Makefile. 2008-11-27 04:36:02 +00:00
skarg cee436eb45 Cleaned up PIC18F6720 project to enable mostly clean compile and build with latest MPLab (8.x) and MCC18 compiler (3.x). 2008-11-26 13:57:38 +00:00
skarg d1a1c1c8a6 Indented. 2008-11-24 12:48:09 +00:00
skarg 0e9a805f75 Moved the iam_send to demo/handler/s_iam.c to keep application code out of the core encode/decode library. 2008-11-14 14:41:28 +00:00
skarg c7a5c05ac7 Moved send I-Am to a send module and out of iam.c. 2008-11-12 15:38:43 +00:00
skarg 38dc91e540 Added WhoIs to bit string returned for Services Supported. 2008-10-30 21:09:39 +00:00
skarg 23d2cd6592 Corrected compilation on linux - added conditional min macros. 2008-10-29 03:49:43 +00:00