You should be able to identify the USB port in ie. dmesg |grep <some identifier of your modem>.
I think that linux will create the USB devices on /dev/ttyUSBx but I'm not sure. Furthermore I don't know if you can actually just send the AT commands directly to the USB port, but give it a try. I'd prefer having a 'real' SMS handling program instead of just piping AT commands to the serial port, especially if you have more users. We have split our SMS sending devices out onto appliance boxes (because zenoss once was a VM), so our script is an XMLRPC interface to the appliance. Some of the nicer utilities are: http://smstools.meinemullemaus.de/ http://smslink.sourceforge.net/documentation.html Regards Thomas -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=30970#30970 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
