Attached is an AISGen .cfg file. If I run it on the command line with -cfg, it produces a different (by one byte) binary than if I load the very same config file in AISGen's GUI and click Generate AIS manually. The diff of the hexdumps of the binaries is:
diff -u auto.hex manual.hex
--- auto.hex 2010-07-08 15:40:23.487531202 -0400
+++ manual.hex 2010-07-08 15:40:29.510906108 -0400
@@ -1,5 +1,5 @@
00000000 54 49 50 41 0d 59 53 58 06 00 03 00 01 00 18 00 |TIPA.YSX........|
-00000010 05 0b 00 00 00 00 00 00 0d 59 53 58 01 00 02 00 |.........YSX....|
+00000010 05 0b 00 00 95 00 00 00 0d 59 53 58 01 00 02 00 |.........YSX....|
00000020 01 00 01 15 02 00 00 00 01 59 53 58 00 00 80 00 |.........YSX....|
00000030 20 04 00 00 2a 94 b8 00 6a f1 80 00 e6 02 04 00 | ...*...j.......|
00000040 28 00 00 02 68 78 00 02 6c 20 2c 40 03 f8 0c 00 |(...hx..l ,@....|