If so, a driver can be written for it using GSD (Ruby) or C++. You will need technical information on the protocol (what commands etc to send etc.)
We for example, have a driver for the Honeywell/Ademco VistaICM++ in our source tree under src/VistaICM2, and there are a few simpler panels in the device database for devices like the DSC Power5020.
Once a driver has been done, it can be submitted to us for inclusion.
some useful links:
http://wiki.linuxmce.org/index.php/Developing_a_DCE_Device (for devices written in C++)
http://wiki.linuxmce.org/index.php/Generic_Serial_Device (for Ruby Devices)
http://wiki.linuxmce.org/index.php/GSD_Ruby_Interfacehttp://wiki.linuxmce.org/index.php/How_to_add_your_own_GSD_deviceThere are plenty of articles on the wiki, under the Programmers Guide category, and of course, all of us developers hang out on IRC (freenode.net #linuxmce-devel)
Good luck,
-Thom