On 6/27/06, <b class="gmail_sendername">Mike</b> &lt;<a href="mailto:stuff@dustsmoke.com">stuff@dustsmoke.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Skip Patterson wrote:<br>&gt; Sorry if this may seem slightly OT but it is in regards to<br>&gt; Mythnotify.&nbsp;&nbsp;Long time myth user, first time posting so be gentle.<br>&gt;<br>&gt; I'm running fedora core 4 (Mythdora) with pvr 250 and a 150 and using
<br>&gt; an external Usr 56.6 k v.90 courier modem.&nbsp;&nbsp;The modem is setup on<br>&gt; /dev/ttyS0 and I know the system can see it, the permissions are<br>&gt; correct (666) and if I run minicom I am able to communicate with the
<br>&gt; modem and since I do subscribe to CallerId when I phone it does show<br>&gt; up in minicom however when I try running cidbcast I get an error<br>&gt; initializing the modem. Here is the output with verbose mode, any help
<br>&gt; would be appreciated.<br>&gt;<br>&gt; [root@myth23 cidbcast]# ./cidbcast --verbose --device=/dev/ttyS0<br>&gt; --file cidbcast.xml --init=&quot;AT S7=45 S0=0 L0 V1 X4 &amp;c1 E0 Q0 #CID=1&quot;<br>&gt; Verbose mode enabled
<br>&gt; raw_message (460):<br>&gt; &lt;telephone-event type=&quot;callerID&quot; TTY=&quot;%cid_port%&quot;&gt;<br>&gt;&nbsp;&nbsp; &lt;time stamp=&quot;%cid_time_stamp%&quot; zone=&quot;%cid_time_zone%&quot;<br>&gt; daylight-savings=&quot;%cid_daylight_saving%&quot; second=&quot;%cid_time_second%&quot;
<br>&gt; minute=&quot;%cid_time_minute%&quot; hour=&quot;%cid_time_hour%&quot; day=&quot;%cid_time_day%&quot;<br>&gt; month=&quot;%cid_time_month%&quot; year=&quot;%cid_time_year%&quot;&gt;%cid_time_string%&lt;/time&gt;<br>
&gt;&nbsp;&nbsp; &lt;ring-type&gt;%cid_ring_type%&lt;/ring-type&gt;<br>&gt;&nbsp;&nbsp; &lt;from&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;name&gt;%cid_name%&lt;/name&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;number&gt;%cid_number%&lt;/number&gt;<br>&gt;&nbsp;&nbsp; &lt;/from&gt;<br>&gt; &lt;/telephone-event&gt;
<br>&gt; Send AT<br>&gt; Send AT<br>&gt; Send AT<br>&gt; error init modem<br>&gt; Error initializing modem /dev/ttyS0 - exiting<br>&gt;<br>&gt;<br>&gt; From other posts I've seen it looks like others see the init string go
<br>&gt; out on the 3rd Send AT but mine does not seem to.&nbsp;&nbsp;While the Send AT<br>&gt; commands are going there is activity on the modem led's.<br>&gt;<br>&gt;<br>&gt; thank you,<br>&gt; Ben<br>&gt;<br><br>Does this work?<br>
<br>./cidbcast --verbose --device=/dev/ttyS0 --file cidbcast.xml --init=&quot;AT<br>#CID=1&quot;<br><br>-Mike<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>Hey Mike,<br><br>Thanks for the reply, unfortunatly that produces the same results:
<br><br>[root@myth23 cidbcast]# ./cidbcast --verbose --device=/dev/ttyS0 --file cidbcast.xml --init=&quot;AT #CID=1&quot;<br>Verbose mode enabled<br>raw_message (460):<br>&lt;telephone-event type=&quot;callerID&quot; TTY=&quot;%cid_port%&quot;&gt;
<br>&nbsp; &lt;time stamp=&quot;%cid_time_stamp%&quot; zone=&quot;%cid_time_zone%&quot; daylight-savings=&quot;%cid_daylight_saving%&quot; second=&quot;%cid_time_second%&quot; minute=&quot;%cid_time_minute%&quot; hour=&quot;%cid_time_hour%&quot; day=&quot;%cid_time_day%&quot; month=&quot;%cid_time_month%&quot; year=&quot;%cid_time_year%&quot;&gt;%cid_time_string%&lt;/time&gt;
<br>&nbsp; &lt;ring-type&gt;%cid_ring_type%&lt;/ring-type&gt;<br>&nbsp; &lt;from&gt;<br>&nbsp;&nbsp;&nbsp; &lt;name&gt;%cid_name%&lt;/name&gt;<br>&nbsp;&nbsp;&nbsp; &lt;number&gt;%cid_number%&lt;/number&gt;<br>&nbsp; &lt;/from&gt;<br>&lt;/telephone-event&gt;<br>Send AT
<br>Send AT<br>Send AT<br>error init modem<br>Error initializing modem /dev/ttyS0 - exiting<br><br>thanks,<br>Ben<br><br>