Search found 39 matches

by yo2lio
Fri Feb 06, 2009 7:36 pm
Forum: User Modules
Topic: Can Module
Replies: 1
Views: 2618

Hello,

Yes I know that ... some problem with standard identifier, but I don't know why ??? I get the same result with other libraries ...

I use extended identifier only ....
by yo2lio
Mon Feb 02, 2009 5:41 pm
Forum: Wiki Announcements
Topic: Module for Sensirion SHT11 - SHT75 sensor
Replies: 12
Views: 17967

Thanks !
by yo2lio
Thu Dec 13, 2007 11:37 am
Forum: Compiler
Topic: Your first impressions about the new PIC32 cores
Replies: 10
Views: 5696

Re: Your first impressions about the new PIC32 cores

A better question : Do you think it's better to stick with Microchip cores or to switch to ARM cores ? http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2136&secgrp=PicMicro_sg&doctype=DeviceInfo&xdoctype=Errata&prodprefix=pic :shock: :? Be sure, this list, in time, will be bigg...
by yo2lio
Sat Dec 01, 2007 5:34 pm
Forum: Wiki Announcements
Topic: Module for Sensirion SHT11 - SHT75 sensor
Replies: 12
Views: 17967

I use now 6 sensors SHT11 and I don't have 2 sensors with the same result !!!??? :evil: +- 10 % accuracy.

I used in the past HIH3605 and works very good (sensor is sensible at light).

Also I use Wet bulb / Dry bulb , works great but is very sensible at high air velocity.
by yo2lio
Mon Nov 26, 2007 8:22 am
Forum: Compiler
Topic: Is DelayMS interruptable?
Replies: 8
Views: 4762

Those delays are inline code ... In Swordfish delays are not inline : delayms(1) delayms(10) delayms(100) delayms(1000) SBDLYMS CLRF 5,0 SBDLYMS16 MOVWF 4,0 MOVLW 255 ADDWF 4,1,0 BTFSS 4056,0,0 ADDWF 5,1,0 NOP BTFSS 4056,0,0 RETURN 0 MOVLW 3 MOVWF 1,0 MOVLW 230 RCALL SBDLYUS16 BRA $ - 22 SBDLYUS CL...
by yo2lio
Mon Nov 12, 2007 10:21 pm
Forum: Compiler
Topic: How to use a byte to read variables bit
Replies: 6
Views: 3676

xor wrote:Swordfish is really a slick tool!
Thanks XOR :!: :!: :!: :D
by yo2lio
Mon Nov 12, 2007 10:08 pm
Forum: Compiler
Topic: How to use a byte to read variables bit
Replies: 6
Views: 3676

{ **************************************************************** * Name : BIT_lib.BAS * * Author : Florin Andrei Medrea * * Notice : Copyright (c) 2007 - YO2LIO - * * : All Rights Reserved * * Date : 10/5/2007 * * Version : 1.0 * * Notes : Library for accesing individual bits * * : * ************...
by yo2lio
Sat Nov 03, 2007 7:25 am
Forum: Wiki Announcements
Topic: SDFileSystem Module Version 2.0
Replies: 1
Views: 6598

Thanks Steve !
by yo2lio
Sun Oct 28, 2007 3:19 pm
Forum: User Modules
Topic: My UserLibrary folder
Replies: 2
Views: 3377

Hi,

I agree with you.

This link will be written on the WIKI, but I can't write all my programs examples on the WIKI, I don't have a time for this.
by yo2lio
Sun Oct 28, 2007 1:14 pm
Forum: User Modules
Topic: My UserLibrary folder
Replies: 2
Views: 3377

My UserLibrary folder

Hi,

Now you have access to my UserLibrary folder :

http://www.microelemente.ro/Swordfish/UserLibrary/

This folder will be periodically updated.

Enjoy.
by yo2lio
Fri Oct 26, 2007 12:42 pm
Forum: Compiler
Topic: Swap Function
Replies: 3
Views: 2609

Re: Swap Function

SF doesn't have a Swap function - is this the most efficient swap byte function or could I do something better? Hi , from help Library Utils : sub Swap(byref pValueA, pValueB as TType) pValueA - First value. pValueB - Second value. Swaps two value. TType can be byte, shortint, word, integer, longwo...
by yo2lio
Sat Oct 20, 2007 8:30 am
Forum: Wiki Announcements
Topic: FloatToStrSE, Float to String
Replies: 0
Views: 5124

FloatToStrSE, Float to String

FloatToStrSE , Float to String conversion function for SwordFish SE.

http://www.sfcompiler.co.uk/wiki/pmwiki ... oatToStrSE
by yo2lio
Fri Oct 19, 2007 7:22 pm
Forum: Compiler
Topic: FloatToStr error by MICROCHIP
Replies: 2
Views: 2640

FloatToStr error by MICROCHIP

Hi, If you try this : data_str = FloatToStr(3.1, 5) data_str will be "3.09999" :? In my opinion this error provide by MICROCHIP DoubleToFloat or FloatToDouble function. :?: Anyway, work around : { **************************************************************************** * Name : FloatToStr (OVERL...
by yo2lio
Fri Oct 19, 2007 4:34 am
Forum: Wiki Announcements
Topic: Ethernet Module for PIC18F97J60 family
Replies: 5
Views: 8014

Hi XOR,

Yes, is my home made IP-Watcher board with PIC18F67J60 with software posted in this forum. This is simplified version of my Ethernet library and work with Swordfish SE.