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
f85519c9e1
Corrected unit test for src/event.c.
2009-07-24 20:49:05 +00:00
skarg
f8bd6c71d6
Updated release process.
2009-07-24 20:09:48 +00:00
skarg
c542f33992
Updated release process from SourceForge.net
2009-07-24 20:04:12 +00:00
skarg
ece1f05de9
Corrected EOL line style and line endings on files.
2009-07-24 16:19:48 +00:00
skarg
0e5a1cee0a
Corrected comments.
2009-07-24 16:18:48 +00:00
skarg
1d612f573d
Updated release script after latest sourceforge changes.
2009-07-24 16:17:36 +00:00
skarg
5e62b7627a
Corrected splint warning.
2009-07-24 16:16:54 +00:00
skarg
e91062cd53
The demo UTC time synchronization function 'Send_TimeSyncUTC was missing the NPDU encoding. Thank you, lopelope!
2009-07-21 14:07:38 +00:00
skarg
82a03d948b
Corrected present_value priority array offset for binary output examples.
2009-07-20 22:15:08 +00:00
skarg
295977c606
Updated version number - preparation for release.
2009-07-19 17:05:46 +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
brayra
91a3c7c11f
Output of bacrp command has return+line-feed dos style output. Added return+line-feed to echo statements to keep output consistent if piped to a file. It will now create a valid DOS file.
2009-07-16 19:09:52 +00:00
brayra
fb1b2a9c90
Added ability to scan muiltiple Device IDs passed on the command line
...
Added -O parameter to supress optional property scan
2009-07-16 19:04:07 +00:00
skarg
6a811d32e1
Updated readme for address_cache info.
2009-07-15 19:24:10 +00:00
brayra
16f7508fac
Reorder items of whois addresses to be compatible with address_cache file format
...
Also put comment (;) tag at the beginning of header lines on the report
2009-07-15 19:01:17 +00:00
skarg
2a7197f93d
Corrected present_value set call parameter order. Thank you, Peter!
2009-07-15 18:44:55 +00:00
brayra
e80a855302
Linux BASH script to read device properties
2009-07-15 16:05:26 +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
brayra
f8926855bc
Move datalink_receive to bottom of main loop to speed up communication when using address cache
2009-07-09 22:01:11 +00:00
brayra
84ad4fe8a5
moved datalink_recieve to bottom of main loop to improve speed when using address cache
2009-07-09 21:09:23 +00:00
minack
88f3aab51d
Code cleanup to get rid of some warnings during compilation.
2009-07-08 22:25:54 +00:00
minack
bee5bf3ac2
Added MAX_BACNET_OBJECT_ID define.
2009-07-08 22:22:49 +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
85cf09aa6b
added file introducing the utilities.
2009-06-18 15:38:14 +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
6e6cdf2bc0
Added the call to Multistate_Output_Property_Lists() into the switch statement in RPM_Property_List(). It was noticed because the Scada Engine BOWS chokes on this when it tries to do an RPM "all" and stops using RPM for all the other objects on the device as well. Thank you, Peter!
2009-06-17 23:24:32 +00:00
skarg
8dc12fcd98
Corrected a minor issue in the bacapp.c file on the PC side when printing strings with garbage characters with the 8th bit set. The code passed a signed char to the isprint() function which gets sign extended to an int and then caused an assert in the Microsoft library code (Visual C++ Express 2008). Thank you, Peter!
2009-06-17 23:22:48 +00:00
skarg
95b94f75fd
removed process.h which causes mingw to fail from command line build.
2009-06-05 19:34:08 +00:00
skarg
6903310da9
Added set function for AV Present Value (similar to ao.c).
2009-06-05 19:33:31 +00:00
skarg
83d9abc3e8
removed the unused function for environment variables.
2009-06-05 18:51:45 +00:00
skarg
54d1ef12ea
Corrected serial port initialization for second USART. Thanks, Jason!
2009-06-03 14:54:24 +00:00
skarg
aa4f9a88e7
Changed the delete rule to delete only one file at a time since the Borland Make (or DOS del) only takes up to 255 characters per command.
2009-06-01 13:13:32 +00:00
skarg
2bf1e66ace
Corrected demo mstpcap when building with Borland compiler. Thank you Martin!
2009-05-27 20:25:11 +00:00
skarg
a060c88896
Corrected Borland build when building for MS/TP. Thank you Martin!
2009-05-27 20:24:42 +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
minack
8e670ef3f9
Changes:
...
Added codecs/demo handler/demo client for Alarm Ack service.
Updated relevant global header files client.h and handlers.h
Fixed up incorrect return val for lso handler.
2009-05-23 03:16:28 +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