<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="/rss2full.xsl" type="text/xsl" media="screen"?>
<rss version="2.0">
<channel>
	<title>4D SYSTEMS FORUM</title>
	<link>http://4d.websitetoolbox.com</link>
	<description>4D SYSTEMS FORUM</description>
	<ttl>60</ttl>
	<pubDate>Sat, 21 Nov 2009 06:06:04 GMT</pubDate>
	<item>
		<title>Notes for use with Ardunio</title>
		<link>http://4d.websitetoolbox.com/post?id=3848823</link>
		<description>Hello,&lt;br&gt;I thought there might be a few people out there trying to connect to the micro drive with the Arduino.&amp;nbsp; If you are doing this you will most likely be using software serial since there is only one UART on the 168.&amp;nbsp; I just got it working and wanted to give a few pointers on some issues I had while doing this.&lt;br&gt;&lt;br&gt;-Use the newsoftserial library.&amp;nbsp; It is much better than the original one.&amp;nbsp; It can be found here &lt;a href=&quot;http://arduiniana.org/libraries/NewSoftSerial/&quot; target=&quot;_blank&quot;&gt;http://arduiniana.org/libraries/NewSoftSerial/&lt;/a&gt;&lt;br&gt;&lt;br&gt;- Make sure your Arduino is outputting 3.3 volts on the digital pins not 5.&amp;nbsp; I suggest the Seeduino, which allows you to change from 3.3 to 5 volts with the flick of a switch.&lt;br&gt;&lt;br&gt;-Be sure you are using myserial.print(U, BYTE); and define U as int U = 0x55;.&amp;nbsp; There are so many print options which print in different forms (HEX, BYTE, CHAR) it can get confusing.&lt;br&gt;&lt;br&gt;I wrote a short test program to connect to the goldelox over software serial.&amp;nbsp; You can find it here: &lt;a href=&quot;http://tyconpowered.com/blog/index.php?show=&amp;amp;post=483&quot; target=&quot;_blank&quot;&gt;http://tyconpowered.com/blog/index.php?show=&amp;amp;post=483&lt;/a&gt;&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://4d.websitetoolbox.com/?forum=109338&quot;&gt;micro-DRIVE&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://4d.websitetoolbox.com/post?id=3848823</guid>
		<pubDate>Fri, 20 Nov 2009 22:50:26 GMT</pubDate>
		<author>tycon</author>
	</item>

	<item>
		<title>uLCD-32032-P1T issue</title>
		<link>http://4d.websitetoolbox.com/post?id=3844477</link>
		<description>I have a uLCD-32032-P1T that was purchased with 13 others. This display when powered up does not accept new pmmc programming or any other programming. The screen display is solid white when power is applied through the uSB-CE5.&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;One other display from the same order accept's new pmmc programming and can be programmed with 4DGL Workshop.  However the display seems to randomly reset and does not return to the splash screen. When trying to be accessed with Serial Commander, the Serial Commander shows the U and the ack and hangs midway through the V response and a the device is not responding popup appears.&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;The remainder of the units accept pmmc and 4DGL programming properly. Is there anything I can do to get these two into proper operation?&lt;br /&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://4d.websitetoolbox.com/?forum=80925&quot;&gt;micro-LCD&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://4d.websitetoolbox.com/post?id=3844477</guid>
		<pubDate>Thur, 19 Nov 2009 18:37:18 GMT</pubDate>
		<author>amurray</author>
	</item>

	<item>
		<title>Supplying power to the display module</title>
		<link>http://4d.websitetoolbox.com/post?id=3844120</link>
		<description>I have an OLED-32028-P1T-SGC, powered by a battery which supplies just over 5V. I find that the display resets whenever it does anything particularly power-hungry - in my case, filling the display with red does it. I've found this is because the voltage at the V IN pin with respect to ground drops as low as 4V while it's doing this, presumably because I'm not supplying it with enough current. I also assume this is why the display is resetting; the input voltage drops too low.&lt;br&gt;&lt;br&gt;I have a 10 ohm resistor between the battery and the display module's V IN input.&lt;br&gt;&lt;br&gt;The obvious solution would be to remove this resistor and just connect the pin directly to the battery. Replacing the 10 ohm resistor with higher value resistors cause the display not to work at all, so all the evidence points to this.&lt;br&gt;&lt;br&gt;But is it safe to connect a battery directly to the VIN input? Or is the fact that it doesn't work symptomatic of a bigger problem? I've connected the power supply pins of components directly to a battery before and ended up with dead components, so I thought I'd better check first.&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://4d.websitetoolbox.com/?forum=80924&quot;&gt;micro-OLED&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://4d.websitetoolbox.com/post?id=3844120</guid>
		<pubDate>Thur, 19 Nov 2009 16:54:00 GMT</pubDate>
		<author>greem</author>
	</item>

	<item>
		<title>Horizontal display in Serial Commander</title>
		<link>http://4d.websitetoolbox.com/post?id=3840872</link>
		<description>Is there a way presently to have the commands issued in serial commander applied horizontally to a uLCD-32032-P1T?&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://4d.websitetoolbox.com/?forum=96296&quot;&gt;4D Software Tools (Other)&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://4d.websitetoolbox.com/post?id=3840872</guid>
		<pubDate>Wed, 18 Nov 2009 20:34:57 GMT</pubDate>
		<author>amurray</author>
	</item>

	<item>
		<title>formatted ASCII &amp;gt; 12x16 ?</title>
		<link>http://4d.websitetoolbox.com/post?id=3840857</link>
		<description>Is there any way to get an expanded font set for the SPE formatted ascii that is larger than the 12x16 FONT4 size?&lt;br /&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://4d.websitetoolbox.com/?forum=135327&quot;&gt;SPE - Serial Platform Emulator&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://4d.websitetoolbox.com/post?id=3840857</guid>
		<pubDate>Wed, 18 Nov 2009 20:31:59 GMT</pubDate>
		<author>amurray</author>
	</item>

	<item>
		<title>Will 4D release programming info for the .AD4 file conversion?</title>
		<link>http://4d.websitetoolbox.com/post?id=3831024</link>
		<description>I have downloaded the free utility for converting files to .AD4 format, and found it to be lacking in certain features.&amp;nbsp; While exploring, I noticed that the software installs a dll called &quot;codec.dll&quot;.&amp;nbsp; This is clearly the DLL that does the actual audio conversion.&lt;br&gt;&lt;br&gt;Can 4D release some documentation on using this DLL in custom programs?&amp;nbsp; I am a programmer with plenty of experience and have used 3rd party DLLs in my programs in the past.&amp;nbsp; However, without some sort of documentation on the functions and procedures contained within the DLL (and the parameters passed, return values, etc), it's a needlessly difficult undertaking.&amp;nbsp; Just releasing the C header file that corresponds to the DLL would be a huge help.&amp;nbsp; The other bit of information needed would be the .AD4 file format, unless the codec handles creating the output file as well.&lt;br&gt;&lt;br&gt;Releasing this information on using the DLL and the .AD4 file format won't compromise the value of the SOMO module.&amp;nbsp; The information is of absolutely no use without buying the module, so it won't cut into sales at all.&amp;nbsp; In fact, it could potentially increase sales if the developer community could develop a better piece of software.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;PeterM&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://4d.websitetoolbox.com/?forum=148812&quot;&gt;SOMO 14D&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://4d.websitetoolbox.com/post?id=3831024</guid>
		<pubDate>Tue, 17 Nov 2009 00:07:38 GMT</pubDate>
		<author>PJMonty</author>
	</item>

	<item>
		<title>Reset and the &quot;U&quot; Command</title>
		<link>http://4d.websitetoolbox.com/post?id=3830429</link>
		<description>Reset and the &quot;U&quot; Command&lt;br&gt;&lt;br&gt;OK, simple question If I reset the Drive, wait 400ms, send a U and don't get a reply within a set time, can I re-send the U again and try again, and again, or do I have to cycle the reset line.&lt;br&gt;&lt;br&gt;Got a system working here, but just every now and again it doesn't sync up, maybe once every 20 times or so.&lt;br&gt;&lt;br&gt;Cheers&lt;br&gt;Kevin.&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://4d.websitetoolbox.com/?forum=109338&quot;&gt;micro-DRIVE&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://4d.websitetoolbox.com/post?id=3830429</guid>
		<pubDate>Mon, 16 Nov 2009 21:38:49 GMT</pubDate>
		<author>kevin_mayes</author>
	</item>

	<item>
		<title>Difficulty playing audio files</title>
		<link>http://4d.websitetoolbox.com/post?id=3826190</link>
		<description>&lt;P class=MsoBodyText style=&quot;MARGIN: 0cm 0cm 12pt; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN class=posttablenutxt1&gt;&lt;SPAN lang=EN-US style=&quot;FONT-SIZE: 8.5pt; mso-bidi-font-weight: bold&quot;&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot; size=2&gt;Powered up my SOMO 14D audfio module yesterday for the first time.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-US style=&quot;FONT-SIZE: 8.5pt; COLOR: black; FONT-FAMILY: Verdana&quot;&gt;&lt;BR&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN class=posttablenutxt1&gt;&lt;SPAN style=&quot;mso-bidi-font-weight: bold&quot;&gt;Using the code some of us have developed on the PICAXE forum:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR&gt;&lt;SPAN class=posttablenutxt1&gt;&lt;SPAN style=&quot;mso-bidi-font-weight: bold&quot;&gt;&lt;A href=&quot;http://www.picaxeforum.co.uk/showthread.php?p=117323#post117323&quot; target=_blank target=_blank&gt;&lt;a href=&quot;http://www.picaxeforum.co.uk/showthread.php?p=117323#post117323&quot; target=&quot;_blank&quot;&gt;http://www.picaxeforum.co.uk/showthread.php?p=117323#post117323&lt;/a&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN class=posttablenutxt1&gt;&lt;SPAN style=&quot;mso-bidi-font-weight: bold&quot;&gt;and all worked frst time. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN class=posttablenutxt1&gt;&lt;SPAN style=&quot;mso-bidi-font-weight: bold&quot;&gt;Seems a great little audio module but a few things to sort out .&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0cm 0cm 12pt; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN class=posttablenutxt1&gt;&lt;SPAN lang=EN-US style=&quot;FONT-SIZE: 8.5pt; mso-bidi-font-weight: bold&quot;&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN class=posttablenutxt1&gt;&lt;SPAN lang=EN-US style=&quot;FONT-SIZE: 8.5pt; mso-bidi-font-weight: bold&quot;&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot; size=2&gt;A few comments and questions have arisen with further experimentation as follows.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN class=posttablenutxt1&gt;&lt;SPAN lang=EN-US style=&quot;FONT-SIZE: 8.5pt; mso-bidi-font-weight: bold&quot;&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN class=posttablenutxt1&gt;&lt;SPAN lang=EN-US style=&quot;FONT-SIZE: 8.5pt; mso-bidi-font-weight: bold&quot;&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=posttablenutxt1&gt;&lt;SPAN lang=EN-US style=&quot;FONT-SIZE: 8.5pt; mso-bidi-font-weight: bold&quot;&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot; size=2&gt;&lt;B&gt;BUSY Signal:&lt;/B&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0cm 0cm 12pt; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN class=posttablenutxt1&gt;&lt;SPAN lang=EN-US style=&quot;FONT-SIZE: 8.5pt; mso-bidi-font-weight: bold&quot;&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot; size=2&gt;I have found that if the BUSY signal is used to flag end of playing one audio file and ready to send the next audio file to the SOMO 14D that some delays are required:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN-US style=&quot;FONT-SIZE: 8.5pt; COLOR: black; FONT-FAMILY: Verdana&quot;&gt;&lt;BR&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;FONT size=2&gt;&lt;SPAN class=posttablenutxt1&gt;&lt;SPAN style=&quot;mso-bidi-font-weight: bold&quot;&gt;1. A pause of ~10msec before checking the BUSY line as it seems to take ~5 to 7ms for the BUSY line to go high&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR&gt;&lt;SPAN class=posttablenutxt1&gt;&lt;SPAN style=&quot;mso-bidi-font-weight: bold&quot;&gt;2. A pause of ~ 10msec after the BUSY line goes low as it seems to take ~5 to 7ms after BUSY = 0 before the SOMO 14D is ready to accept an audio file name.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;3. &lt;SPAN class=posttablenutxt1&gt;&lt;SPAN style=&quot;mso-bidi-font-weight: bold&quot;&gt;Is the BUSY signal a valid line to monitor when sending a command such as volume level to the SOMO 14D?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR&gt;&lt;BR&gt;&lt;SPAN class=posttablenutxt1&gt;&lt;SPAN style=&quot;mso-bidi-font-weight: bold&quot;&gt;Maybe 4D Systems can add a note about the BUSY line timing to the next revision of the datasheet&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0cm 0cm 12pt; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN class=posttablenutxt1&gt;&lt;SPAN lang=EN-US style=&quot;FONT-SIZE: 8.5pt; mso-bidi-font-weight: bold&quot;&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot; size=2&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0cm 0cm 12pt; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;B&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;Playing Files:&lt;/FONT&gt;&lt;/B&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0cm 0cm 12pt; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;When I first used the SOMO 14D module, I had used the six ad4 files from the 4D Systems website.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0cm 0cm 12pt; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;These all worked perfectly both singly and when played consecutively.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0cm 0cm 12pt; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;I then converted a few MP3 files to ad4 format and then also worked correctly. Spurred on by this I then converted around 30 files to ad4 format and placed on the uSD card.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0cm 0cm 12pt; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;What I then found with a PICAXE (18X) program driving the SOMO 14D is that the first six (0 to 5) files would play but then the program, which is checking the busy line, would skip over the remaining programs.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0cm 0cm 12pt; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;I have originally converted using the original sample bit rate so tried with a 12000 bit/sec sampling rate for conversion without any change.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0cm 0cm 12pt; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;Next I shuffled some of the file names and found I could now play seven (0 to 6) files. Further shuffling of the file names has not consistently allowed me to play audio files with names/numbers greater than 0006.ad4.&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp; &lt;/SPAN&gt;Very occasionally, the program might resume at say file 0019.ad4 and play the remainder consecutively,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;I then renamed files 0007.ad4 through 0010.ad4 as 0000.ad4 to 0003.ad4 and these will play both singly and in a sequence so it is not the actual audio files themselves.&amp;nbsp;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;B&gt;Edit:&lt;/B&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN lang=EN-US&gt;&lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0cm 0cm 12pt&quot;&gt;&lt;SPAN style=&quot;mso-ansi-language: EN-AU&quot;&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;How is the &lt;SPAN style=&quot;mso-spacerun: yes&quot;&gt;&amp;nbsp;&lt;/SPAN&gt;SOMO module designed to handle cases with gaps in the sequence for file naming or if there is an invalid filename such as 000A.ad4.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0cm 0cm 12pt&quot;&gt;&lt;SPAN style=&quot;mso-ansi-language: EN-AU&quot;&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;When on one occasion I, in error, named some files as 000A.ad4 through 000F.ad4, it played 000.ad4 then jumped to file 0014.sd4&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;HR&gt;&lt;/FONT&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;Confirmation of the timing for the BUSY signal and assitance to get the SOMO to consistently play all files would be greatly appreciated.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;/SPAN&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;For information:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;1. I am runing the SOMO at 3.3Vdc&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;2. I have 4.7k Ohm resistors in the signal lines form the PICAXE chip (5Vdc) and the SOMO module&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;3. I had clean formated the uSD card each time and manually placed each audio file onto the uSD card so they are in the filename sewquence as written to the card.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;/SPAN&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;/FONT&gt;&lt;SPAN lang=EN-US&gt;&lt;/P&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;HR&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;Below is the PICAXE 18X program that I have been using.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0px; TEXT-ALIGN: left&quot; align=left&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;/FONT&gt;&lt;SPAN lang=EN-US&gt;&lt;/P&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;HR&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=MsoBodyText style=&quot;MARGIN: 0cm 0cm 12pt; TEXT-ALIGN: left&quot; align=left&gt;&lt;SPAN lang=EN-US&gt;&lt;FONT face=&quot;arial, helvetica, sans-serif&quot;&gt;&lt;div align=center&gt;&lt;div style=&quot;margin-bottom:2px;text-align:left;width:630px&quot;&gt;Code:&lt;/div&gt;&lt;pre style=&quot;margin:0px; padding:6px; border:1px inset; border-bottom:1px solid #E8E8E8; border-right:1px solid #E8E8E8; width:630px; height:513px; overflow:auto;text-align:left;&quot;&gt; SYMBOL control  = b0      ; Used for control bits - DONT use for anything else &lt;br&gt;SYMBOL mask  = bit0   ; Mask word for the shiftout procedure&lt;br&gt;SYMBOL index  = b1    ; Bit counter for shifting data to SOMO 14D&lt;br&gt;SYMBOL song  = w1    ; Pointer to the required song file&lt;br&gt;SYMBOL dta  = w2    ; Data to send to SOMO 14D module is a word(16-bit) value&lt;br&gt;symbol MSB  = $8000   ; Mask for the Most Significant Bit = bit 16&lt;br&gt;symbol sda  = 3    ; Serial data output is on pin3&lt;br&gt;symbol scl  = 2    ; Serial clock output is on pin2&lt;br&gt;symbol busy  = pin2   ; Busy line back from SOMO 14D&lt;br&gt;;=========================================&lt;br&gt;;Initialisation&lt;br&gt;;=========================================&lt;br&gt;Init:&lt;br&gt; high scl     ; Set clock to high idle state&lt;br&gt; wait 5     ; Allow everything to start before sending any commands&lt;br&gt;;=========================================&lt;br&gt;;Main Program&lt;br&gt;;=========================================&lt;br&gt;Main:       &lt;br&gt; For song = 0 to 25    ; Lets play the first 26 audio files (0001.AD4 to 0025.AD4)&lt;br&gt; &lt;br&gt;  dta = $FFFF - w0   ; set a volume level - slightly quieter for each file&lt;br&gt;  GOSUB Send2SOMO&lt;br&gt;  GOSUB Holdtilldone&lt;br&gt;  &lt;br&gt;   dta = song   ; Provide the .ad4 file number on the micro-SD card&lt;br&gt;   GOSUB Send2SOMO   ; Pass the filename/number to the SOMO 14D module&lt;br&gt;  GOSUB Holdtilldone   &lt;br&gt; NEXT song&lt;br&gt;END&lt;br&gt;;=========================================&lt;br&gt;;CLOCK DATA TO SOMO-14D MODULE&lt;br&gt;;=========================================&lt;br&gt;Send2SOMO:&lt;br&gt; LOW scl     ; Pull clock-line low for a start&lt;br&gt; PAUSE 2     ; Start-bit time &amp;amp;gt;= 2msec to indicate a start of command&lt;br&gt; FOR index = 1 TO 16   ; loop for each of 16 bits of filename/number&lt;br&gt;    mask = dta AND MSB / MSB  ; ascertain if next bit is 1 or 0&lt;br&gt;  LOW sda&lt;br&gt;  IF mask = 0 THEN SkipMSB &lt;br&gt;  HIGH sda    ; if bit is 1 set data high high&lt;br&gt;SkipMSB:&lt;br&gt;  IF index = 16 THEN Skip16th ; Skip here as 16th bit is clocked out at the end&lt;br&gt;    PULSOUT scl, 20   ; Create 200usec clock pulse for the current data bit&lt;br&gt;    dta = dta * 2&lt;br&gt;Skip16th:&lt;br&gt; NEXT index     ; Go back for the next bit till all 16 sent&lt;br&gt; HIGH scl     ; Pull clock-line high which clocks out the 16th data bit&lt;br&gt; PAUSE 2     ; End-bit minimum time &amp;amp;gt;= 2msec for STOP indication&lt;br&gt; RETURN&lt;br&gt;;=========================================&lt;br&gt;;WAIT UNTIL THE COMMAND IS COMPLETE&lt;br&gt;;=========================================&lt;br&gt;Holdtilldone:&lt;br&gt;  PAUSE 10    ; Need at wait briefly as it seemingly takes ~5-7msec for the busy line to go high = busy&lt;br&gt; IF busy = 1 THEN Holdtilldone&lt;br&gt; PAUSE 10    ; Need to wait briefly as it seemingly takes ~5-7msec after busy released before SOMO ready for new instruction&lt;br&gt; RETURN&lt;br&gt;&lt;br&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://4d.websitetoolbox.com/?forum=148812&quot;&gt;SOMO 14D&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://4d.websitetoolbox.com/post?id=3826190</guid>
		<pubDate>Mon, 16 Nov 2009 01:40:22 GMT</pubDate>
		<author>westaust55</author>
	</item>

	<item>
		<title>setting baud rate for UOLED-32024-P1</title>
		<link>http://4d.websitetoolbox.com/post?id=3825963</link>
		<description>&amp;nbsp; &lt;br&gt;&amp;nbsp; I am trying to manually set the baud rate for the OLED-32024-P1 to 115200 using the DISP tool. My PICmicro has a UART that supports baud rates up to 115200 is it possible to manually set the baud rate to 115200 using the DISP tool. I can't try the &quot;Q&quot; command&amp;nbsp;to change the baud rate because I can only set the baud rate&amp;nbsp;once for my PICmicro and since the default baud rate for the OLED-32024-P1 is at 9600 baud this is very trouble some for me because I can get it to work at 9600. is there a way I can get a pmmc file for the OLED-32024-P1 with a default baud rate at 115200?&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://4d.websitetoolbox.com/?forum=80924&quot;&gt;micro-OLED&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://4d.websitetoolbox.com/post?id=3825963</guid>
		<pubDate>Mon, 16 Nov 2009 00:33:57 GMT</pubDate>
		<author>bradgm</author>
	</item>

	<item>
		<title>A very basic question</title>
		<link>http://4d.websitetoolbox.com/post?id=3823721</link>
		<description>Hello, I have just purchased the OLED128G1(SGC). I also have the USB to serial converter. &lt;br&gt;&lt;br&gt;I tried using the serial commander and the FAT Controller. they work great!&lt;br&gt;&lt;br&gt;My question: &lt;br&gt;I don't know &lt;b&gt;where&lt;/b&gt; to write the codes in 4DGL format. I tried using the workshop 2.4 version. but, when i try to load the sample program, it says&lt;b style=&quot;color: rgb(255, 102, 102);&quot;&gt; 'Check your configuration settings'&lt;/b&gt;. This is very much on the basic level. &lt;br&gt;Can anyone help me here? I really really need it very badly. I have soooooooo many plans with this display.&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://4d.websitetoolbox.com/?forum=80924&quot;&gt;micro-OLED&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://4d.websitetoolbox.com/post?id=3823721</guid>
		<pubDate>Sun, 15 Nov 2009 11:58:49 GMT</pubDate>
		<author>sankavit</author>
	</item>

	<item>
		<title>GC crach with movies</title>
		<link>http://4d.websitetoolbox.com/post?id=3819707</link>
		<description>Hi, &lt;br&gt; &lt;br&gt; I have also a bug on WinXP64, GC is craching when I try to add movie on the project. The movie property is well added, but when I choosed the file (.gif,&amp;nbsp; .avi, ... tessted all, with small files) and press OK I have this unhandled exception :&lt;br&gt; &lt;br&gt; &lt;br&gt; &lt;div align=center&gt;&lt;div style=&quot;width:90%;text-align:left;&quot;&gt;&lt;div style=&quot;margin-bottom:2px&quot;&gt;Quote:&lt;/div&gt;&lt;div style=&quot;border:1px inset; border-bottom:1px solid #E8E8E8; border-right:1px solid #E8E8E8; padding:6px; spacing:3px;&quot;&gt;See the end of this message for details on invoking &lt;br&gt; just-in-time (JIT) debugging instead of this dialog box.&lt;br&gt; &lt;br&gt; ************** Exception Text **************&lt;br&gt; System.InvalidOperationException: Bitmap region is already locked.&lt;br&gt; &amp;nbsp;&amp;nbsp; at System.Drawing.Graphics.CheckErrorStatus(Int32 status)&lt;br&gt; &amp;nbsp;&amp;nbsp; at System.Drawing.Graphics.DrawImage(Image image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit)&lt;br&gt; &amp;nbsp;&amp;nbsp; at GraphicsComposer.BitmapManipulator.CropBitmap(Bitmap inputBmp, Rectangle cropRectangle)&lt;br&gt; &amp;nbsp;&amp;nbsp; at GraphicsComposer.FormMovie.ShowPreview()&lt;br&gt; &amp;nbsp;&amp;nbsp; at GraphicsComposer.FormMovie.CheckImageFile()&lt;br&gt; &amp;nbsp;&amp;nbsp; at GraphicsComposer.FormMovie.ShowForm()&lt;br&gt; &amp;nbsp;&amp;nbsp; at GraphicsComposer.GraphicsComposer.Actions_SelectedIndexChanged(Object sender, EventArgs e)&lt;br&gt; &amp;nbsp;&amp;nbsp; at System.Windows.Forms.ListView.OnSelectedIndexChanged(EventArgs e)&lt;br&gt; &amp;nbsp;&amp;nbsp; at System.Windows.Forms.ListView.WmReflectNotify(Message&amp;amp; m)&lt;br&gt; &amp;nbsp;&amp;nbsp; at System.Windows.Forms.ListView.WndProc(Message&amp;amp; m)&lt;br&gt; &amp;nbsp;&amp;nbsp; at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&amp;amp; m)&lt;br&gt; &amp;nbsp;&amp;nbsp; at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;br&gt; &lt;br&gt; &lt;br&gt; ************** Loaded Assemblies **************&lt;br&gt; mscorlib&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll&lt;br&gt; ----------------------------------------&lt;br&gt; GraphicsComposer&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.1.0.3&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.1.0.3&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/4DGL%20Workshop2%20IDE/GC/GraphicsComposer.exe&lt;br&gt; ----------------------------------------&lt;br&gt; System.Windows.Forms&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll&lt;br&gt; ----------------------------------------&lt;br&gt; System&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll&lt;br&gt; ----------------------------------------&lt;br&gt; System.Drawing&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll&lt;br&gt; ----------------------------------------&lt;br&gt; DirectShowLib&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 1.0.0.0&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 1.0.0.0&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/Program%20Files%20(x86)/4DGL%20Workshop2%20IDE/GC/DirectShowLib.DLL&lt;br&gt; ----------------------------------------&lt;br&gt; System.Xml&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; Assembly Version: 2.0.0.0&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll&lt;br&gt; ----------------------------------------&lt;br&gt; &lt;br&gt; ************** JIT Debugging **************&lt;br&gt; To enable just-in-time (JIT) debugging, the .config file for this&lt;br&gt; application or computer (machine.config) must have the&lt;br&gt; jitDebugging value set in the system.windows.forms section.&lt;br&gt; The application must also be compiled with debugging&lt;br&gt; enabled.&lt;br&gt; &lt;br&gt; For example:&lt;br&gt; &lt;br&gt; &amp;lt;configuration&amp;gt;&lt;br&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system.windows.forms jitDebugging=&quot;true&quot; /&amp;gt;&lt;br&gt; &amp;lt;/configuration&amp;gt;&lt;br&gt; &lt;br&gt; When JIT debugging is enabled, any unhandled exception&lt;br&gt; will be sent to the JIT debugger registered on the computer&lt;br&gt; rather than be handled by this dialog box.&lt;br&gt; &lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt; &lt;br&gt; I install and reinstall .net framework 2.0, 3.0, 3.5 with patches, no change.&lt;br&gt; &lt;br&gt; Cheers, Pierre&lt;br&gt; &lt;br&gt;  &lt;p&gt;Forum: &lt;a href=&quot;http://4d.websitetoolbox.com/?forum=96297&quot;&gt;Graphics Composer&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://4d.websitetoolbox.com/post?id=3819707</guid>
		<pubDate>Sat, 14 Nov 2009 13:11:54 GMT</pubDate>
		<author>muth</author>
	</item>

	<item>
		<title>MediaEditTool Bug report</title>
		<link>http://4d.websitetoolbox.com/post?id=3819666</link>
		<description>Hi,&lt;br&gt;Want to report bug on MediaEditTool.&lt;br&gt;&lt;br&gt;I tried many configurations : Desktop computers, on WinXP32 and WinXP64, and a laptop on WinXP32.&lt;br&gt;I'm using the uUSB-CE5, uOLED-128-G1, and a 2Go uSD (tested). The pmmc loader works perfectly, and last firmware is loaded.&lt;br&gt;But the MediaEditTool of 4DGL Workshop2 have problems to send GCI files. Some times it can't send more than one sector, and when it's work, it block and never go after 1219 blocks. That's happen with many attempts, also with the demo GCI file.&lt;br&gt;&lt;br&gt;I also notice once MediaEditTool is launched, the 4DGL Workshop2 process (saw on windows task manager) never stop when exit the program...&lt;br&gt;&lt;br&gt;Cheers, Pierre.&lt;br&gt;&lt;br&gt;&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://4d.websitetoolbox.com/?forum=80928&quot;&gt;4DGL Workshop IDE (Compiler, Editor, Downloader)&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://4d.websitetoolbox.com/post?id=3819666</guid>
		<pubDate>Sat, 14 Nov 2009 12:57:49 GMT</pubDate>
		<author>muth</author>
	</item>

	<item>
		<title>Read one-wire device DS18B20 Digital Temerature Sensor)</title>
		<link>http://4d.websitetoolbox.com/post?id=3817634</link>
		<description>Hi All,&lt;BR&gt;&lt;BR&gt;I am a complete novice to 4DGL. So far I have gone through the many test files and got a basic understanding of 4DGL.&lt;BR&gt;I now want to explore working with a DS18B20 temperature sensor. I have set it up on the DEVBOARD (with pull-up at the digital output, and have connected it to I01. I have used the following code segment:&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //read temperature from DS18B20&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //OW_Reset();&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; temp_buf&amp;nbsp;&amp;nbsp;&amp;nbsp; :=0&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print(&quot;Temp.= &quot;,temp_buf,&quot; degr.C&quot;); //check zero&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; temp_buf&amp;nbsp;&amp;nbsp;&amp;nbsp; :=OW_Read9();&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; txt_MoveCursor(2,0);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //get actual temperature&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; print(&quot;Temp.= &quot;, temp_buf/16,&quot; degr.C&quot;);&lt;BR&gt;For the first reading I get a constant '23', for the second '31'. This does not change, even if I remove the sensor. Using an oscilloscope I was able to determine that the sensor outputs a proper signal.&lt;BR&gt;Is the OW_Read command not suitable for this application?&lt;BR&gt;&lt;BR&gt;Can anybody help?&amp;nbsp;&amp;nbsp; Thanks&amp;nbsp;&amp;nbsp; Klaus&lt;BR&gt;&lt;BR&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://4d.websitetoolbox.com/?forum=80924&quot;&gt;micro-OLED&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://4d.websitetoolbox.com/post?id=3817634</guid>
		<pubDate>Sat, 14 Nov 2009 01:25:45 GMT</pubDate>
		<author>kfahrner</author>
	</item>

	<item>
		<title>workshop crashes</title>
		<link>http://4d.websitetoolbox.com/post?id=3812628</link>
		<description>I have been using this program for a few weeks, but now I am getting many crashes. When I download the display, I get #MAIN and #USER errors. Sometimes when compiling I get 'compiler dll not found, or it generates errors and compiling a second time gives no errors. I have uninstalled and deleted the directory in program files, then re-installed and loaded the new .tkn file. It will fail on the first download attempt every time. I noticed in older threads talk about registry problems, is this still valid with workshop 2.4 ?&lt;br&gt;&lt;br&gt;Thanks, &lt;p&gt;Forum: &lt;a href=&quot;http://4d.websitetoolbox.com/?forum=80924&quot;&gt;micro-OLED&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://4d.websitetoolbox.com/post?id=3812628</guid>
		<pubDate>Thur, 12 Nov 2009 22:43:39 GMT</pubDate>
		<author>wsicc</author>
	</item>

	<item>
		<title>Flowcode for PIC Micro</title>
		<link>http://4d.websitetoolbox.com/post?id=3811821</link>
		<description>Hi&lt;br&gt;Is there anybody that has any experience of using the SOMO14D with Flowcode ?&lt;br&gt;I am developing a system for the blind and would like to use flowcode 3 as my platform.&lt;br&gt;Any help greatfully received, even basic example code would be good.&lt;br&gt;Thanks again.&lt;br&gt;&lt;br&gt;Regards &lt;br&gt;Neil&lt;br&gt; &lt;p&gt;Forum: &lt;a href=&quot;http://4d.websitetoolbox.com/?forum=148812&quot;&gt;SOMO 14D&lt;/a&gt;
</description>
		<guid isPermaLink="false">http://4d.websitetoolbox.com/post?id=3811821</guid>
		<pubDate>Thur, 12 Nov 2009 18:38:27 GMT</pubDate>
		<author>1968neil</author>
	</item>

</channel>
</rss>