<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by kopitiam</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Thu, 04 Jun 2026 23:46:30 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Stripe at printed image</title>
            <link>http://forum.lowyat.net/topic/4507548</link>
            <description>&lt;br /&gt;Printer: Fujixerox cm205b&lt;br /&gt;problem: anyone know how to fix the stripe at printed page? it always have that stripe at that specific area.</description>
            <author>kopitiam</author>
            <category>Technical Support</category>
            <pubDate>Mon, 22 Jan 2018 18:05:05 +0800</pubDate>
        </item>
        <item>
            <title>Button</title>
            <link>http://forum.lowyat.net/topic/3554566</link>
            <description>anyone know what is this button type is called? I lost several buttons during laundry that need to be replaced  &lt;!--emo&amp;:cry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/cry.gif' border='0' style='vertical-align:middle' alt='cry.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:cry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/cry.gif' border='0' style='vertical-align:middle' alt='cry.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>kopitiam</author>
            <category>Men&amp;#39;s Style &amp;amp; Fashion</category>
            <pubDate>Fri, 17 Apr 2015 20:47:15 +0800</pubDate>
        </item>
        <item>
            <title>connecting to internet using phone &amp;amp; bluetooth</title>
            <link>http://forum.lowyat.net/topic/1243861</link>
            <description>anyone know how to setup digi bb in order for me to connect to the internet using phone &amp;amp; bluetooth?&lt;br /&gt;&lt;br /&gt;every time i tried to connect to the phone using bluetooth,  the status will change to registering your computer to the network and then &amp;quot;Error 734: The PPP Link Control Protocol Was Terminated&amp;quot; will appear.&lt;br /&gt;&lt;br /&gt;i can connect using cable though &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt; i also can connect to sialkom using bluetooth &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;btw im using nokia 6630 as my modem.</description>
            <author>kopitiam</author>
            <category>Networks and Broadband</category>
            <pubDate>Mon, 30 Nov 2009 15:29:00 +0800</pubDate>
        </item>
        <item>
            <title>PBasic looping</title>
            <link>http://forum.lowyat.net/topic/1202880</link>
            <description>&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&amp;#39; {&amp;#036;STAMP BS2p}&lt;br /&gt;&amp;#39; {&amp;#036;PBASIC 2.5}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#39;declare variables and constants&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;SAR CON 1&lt;br /&gt;CLK CON 2&lt;br /&gt;CS CON 3&lt;br /&gt;DIO CON 4&lt;br /&gt;SE CON 5&lt;br /&gt;&lt;br /&gt;adcBits VAR Byte &amp;#39;read data from adc&lt;br /&gt;&lt;br /&gt;volt_ch0 VAR Byte &amp;#39;&amp;#40;channel 0&amp;#41;&lt;br /&gt;volt_ch1 VAR Byte &amp;#39;&amp;#40;channel 1&amp;#41;&lt;br /&gt;volt_ch2 VAR Byte &amp;#39;&amp;#40;channel 2&amp;#41;&lt;br /&gt;volt_ch3 VAR Byte &amp;#39;&amp;#40;channel 3&amp;#41;&lt;br /&gt;volt_ch4 VAR Byte &amp;#39;&amp;#40;channel 4&amp;#41;&lt;br /&gt;volt_ch5 VAR Byte &amp;#39;&amp;#40;channel 5&amp;#41;&lt;br /&gt;volt_ch6 VAR Byte &amp;#39;&amp;#40;channel 6&amp;#41;&lt;br /&gt;volt_ch7 VAR Byte &amp;#39;&amp;#40;channel 7&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;temp_ch0 VAR Byte  &amp;#39;temp data for channel 0&lt;br /&gt;temp_ch1 VAR Byte  &amp;#39;temp data for channel 1&lt;br /&gt;temp_ch2 VAR Byte  &amp;#39;temp data for channel 2&lt;br /&gt;temp_ch3 VAR Byte  &amp;#39;temp data for channel 3&lt;br /&gt;temp_ch4 VAR Byte  &amp;#39;temp data for channel 4&lt;br /&gt;temp_ch5 VAR Byte  &amp;#39;temp data for channel 5&lt;br /&gt;temp_ch6 VAR Byte  &amp;#39;temp data for channel 6&lt;br /&gt;temp_ch7 VAR Byte  &amp;#39;temp data for channel 7&lt;br /&gt;&lt;br /&gt;reps VAR Nib &amp;#39;for FOR function&lt;br /&gt;i VAR Nib&lt;br /&gt;&lt;br /&gt;main&amp;#58;&lt;br /&gt;&lt;br /&gt;FOR i=0 TO 7&lt;br /&gt;&lt;br /&gt;LOW CLK&lt;br /&gt;LOW SE&lt;br /&gt;HIGH CS&lt;br /&gt;LOW CS&lt;br /&gt;SHIFTOUT DIO, CLK, 1, &amp;#91;%11000&amp;#092;5&amp;#93;&lt;br /&gt;SHIFTIN DIO, CLK, MSBPOST, &amp;#91;adcBits&amp;#092;8&amp;#93;&lt;br /&gt;&lt;br /&gt;volt_ch0 = adcBits*500/255&lt;br /&gt;temp_ch0 = adcBits*500/255&lt;br /&gt;&lt;br /&gt;DEBUG CR, CR, &amp;#34;Decimal value, 100x the voltage on channel 0&amp;#58; &amp;#34;, DEC3 volt_ch0&lt;br /&gt;DEBUG CR, CR, &amp;#34;The temperature on channel 0&amp;#58; &amp;#34;, DEC3 temp_ch0&lt;br /&gt;&lt;br /&gt;next&lt;br /&gt;END&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;how do we loop the reading of data and placing it into variable volt_ch0 &amp;amp; temp_ch0 and then to volt_ch1 &amp;amp; temp_ch1 then to volt_ch2 &amp;amp; temp_ch0.... etc? &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;if possible i prefer to use i to set which variable to write the data into &lt;!--emo&amp;:unsure:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/unsure.gif' border='0' style='vertical-align:middle' alt='unsure.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;any help is highly appreciated  &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>kopitiam</author>
            <category>Codemasters</category>
            <pubDate>Thu, 22 Oct 2009 22:17:50 +0800</pubDate>
        </item>
        <item>
            <title>windows stuck after logon screen</title>
            <link>http://forum.lowyat.net/topic/658783</link>
            <description>using windows xp home sp2, suddenly couldnt load into windows. after the logon/welcome screen, it showed the windows background/wallpaper and stuck there without loading anything else&lt;br /&gt;&lt;br /&gt;already done system restore, still cannot load into windows. only can go to safe mode &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;need all the help from the experts here &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>kopitiam</author>
            <category>Technical Support</category>
            <pubDate>Mon, 24 Mar 2008 21:51:57 +0800</pubDate>
        </item>
        <item>
            <title>tata nano</title>
            <link>http://forum.lowyat.net/topic/608988</link>
            <description>will u guys willing to buy this car if it cost less than rm10k here?  &lt;!--emo&amp;:unsure:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/unsure.gif' border='0' style='vertical-align:middle' alt='unsure.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://images.paultan.org/images/Tata_Nano.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://paultan.org/topics/cars/india/tata/tata-nano-1-lakh-car/' target='_blank'&gt;http://paultan.org/topics/cars/india/tata/...ano-1-lakh-car/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>kopitiam</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Thu, 10 Jan 2008 22:08:24 +0800</pubDate>
        </item>
    </channel>
</rss>
