Search found 35 matches

by RichardHirst
15 May 2010 08:50
Forum: mikroBasic PRO for PIC General
Topic: ADC_Get_Sample
Replies: 3
Views: 5851

ADC_Get_Sample

Can someone please tell me what the 'ADC_Get_Sample' does..?


Thanks
by RichardHirst
05 May 2010 22:31
Forum: mikroBasic PRO for PIC General
Topic: Bug 12F675 and 12F683 (sorry, not a bug)
Replies: 17
Views: 5681

Re: Bug 12F675 and 12F683

HI..

I had the same problem see this post...

add a shadow register may help


http://www.mikroe.com/app/webroot/forum ... 10&t=11280

Richard
by RichardHirst
19 Apr 2010 03:49
Forum: mikroBasic General
Topic: PIC Timer Calculator - free - Betatesting
Replies: 42
Views: 41857

Re: PIC Timer Calculator - free - Betatesting

I had the same message, reset the clock back a year.. works.

Shame there is not a new release as this is an excellent program.
by RichardHirst
28 Feb 2010 23:43
Forum: mikroBasic PRO for PIC General
Topic: UART_Remappable_Init
Replies: 12
Views: 5603

Re: UART_Remappable_Init

Hi Losic Thanks for the work around.. I still have no Uart2 output. Unlock_IOLOCK() PPS_Mapping(4, _INPUT, _RX2_DT2) ' Sets pin RP4 RB1 to be Input, and maps RX2/DT2 Input to it PPS_Mapping(8, _OUTPUT, _TX2_CK2) ' Sets pin RP8 RB5 to be Output, and maps EUSART2 Asynchronous Output to it Lock_IOLOCK(...
by RichardHirst
25 Feb 2010 13:50
Forum: mikroBasic PRO for PIC General
Topic: UART_Remappable_Init
Replies: 12
Views: 5603

Re: UART_Remappable_Init

Thanks for the reply..

Would you know how to set the speed to 19200 or 9600.. Have you tried it on a chip.. I get no output...
by RichardHirst
25 Feb 2010 05:33
Forum: mikroBasic PRO for PIC General
Topic: UART_Remappable_Init
Replies: 12
Views: 5603

Re: UART_Remappable_Init

Yes if you delete the value in the Brackets, 19200 is does compile but has no Output on the Uart2
by RichardHirst
25 Feb 2010 01:55
Forum: mikroBasic PRO for PIC General
Topic: UART_Remappable_Init
Replies: 12
Views: 5603

Re: UART_Remappable_Init

Hi Max

This is a built in UART Remappable Libraryfor the PIC 18F45J11

Library Routines
UART_Remappable_Init
UART_Remappable_Data_Ready
UART_Remappable_Tx_Idle
UART_Remappable_Read
UART_Remappable_Read_Text
UART_Remappable_Write
UART_Remappable_Write_Text
by RichardHirst
24 Feb 2010 22:19
Forum: mikroBasic PRO for PIC General
Topic: UART_Remappable_Init
Replies: 12
Views: 5603

UART_Remappable_Init

Hi.

UART_Remappable_Init(19200)

The compile reports an error "223 304 Syntax error: Expected ")" but "19200" found"

Any surgestions please
by RichardHirst
31 Oct 2009 01:00
Forum: mikroBasic PRO for PIC General
Topic: PIC and USB
Replies: 40
Views: 20916

Hi Roy

Excellent information you have given, I have been wanting to create a Joy Stick for some time.

Would you be willing to Post the complete code on Mikro's web sit ein the Projects sections.

Thanks

Richard
by RichardHirst
15 Jun 2009 06:04
Forum: mikroC General
Topic: PCF8583 and MMC
Replies: 14
Views: 5706

Hi

Did anyone find an answer to this problem? I have the same setup but the soft I2C is on PortC.0 and PortC.1.

The RTC worked fine if I leave out the Mmc_Fat_Assign command.

Richard
by RichardHirst
02 Apr 2009 03:43
Forum: Development Boards
Topic: SmartGPS Examples
Replies: 4
Views: 2919

SmartGPS Examples

Hi, just received the SmartGPS Board, was hope to see some example code.

When will this be released?

Also are there some USB drivers?

Regards
by RichardHirst
03 Jan 2009 09:45
Forum: mikroBasic General
Topic: How to talk to the HID Device
Replies: 7
Views: 3626

Have a look at

http://florian-leitner.de/index.php/200 ... r-library/

or do a seach for 'HIDLIBRARY.DLL from Mike Obrian'

I used the Obrian one, will dig it out if you can not find anything.
by RichardHirst
26 Nov 2008 22:04
Forum: mikroC General
Topic: Two RS232 in a PIC16F877A
Replies: 10
Views: 3705

I have just used the MAX3100, RS232 to SPI, on a project, works well.
by RichardHirst
29 May 2008 10:10
Forum: mikroPascal General
Topic: MAX6675 SPI
Replies: 8
Views: 6797

Hi. Here is my own SPI read function (in Basic) for the MAX6675. This can be on any Port Pins so frees up the internal SPI which I used for Comms to anothe PIC. [code] '****************************************************************************** ' Get temperature From Max6675 via SPI 0 - 1024 Degr...
by RichardHirst
12 May 2008 11:43
Forum: mikroBasic General
Topic: MAX3421E
Replies: 1
Views: 1421

MAX3421E

Hi.

I have found a interesting IC from Maxim, the MAX3421E is a USB Host controller with SPI interface.

Has anyone used this IC..?

Richard.

Go to advanced search