Search found 1321 matches

by slavisa.zlatanovic
24 Jun 2011 14:04
Forum: Development Boards
Topic: Usage of PORTB in EasyPic5 Development Board by RTC and LCD
Replies: 9
Views: 3131

Re: Usage of PORTB in EasyPic5 Development Board by RTC and

Hi!
just a follow up question. does the EASYPIC5 development board have internal connections beside those that are printed at the top surface of the board itself?
If you want, I can email you the EasyPIC5 dev. board schematic?
by slavisa.zlatanovic
24 Jun 2011 13:55
Forum: Development Boards
Topic: Part number for SD socket PIC32MX4 MMB
Replies: 2
Views: 1195

Re: Part number for SD socket PIC32MX4 MMB

Hi!

You've opened the Support Ticket with the same subject.
I've already answered you there.
by slavisa.zlatanovic
24 Jun 2011 13:51
Forum: Development Boards
Topic: LV32MX Development Board with ICD3
Replies: 3
Views: 2635

Re: LV32MX Development Board with ICD3

Hi! I've tried to reproduce the issue you're talking about, but I couldn't. Everything worked OK in both cases (when I use on board MCU power supply and when I power the MCU directly from ICD3). Nevertheless, please, try to power the MCU directly from the ICD3 and notify me about the test results. T...
by slavisa.zlatanovic
24 Jun 2011 13:25
Forum: Development Boards
Topic: EasyPic6 + Easy GSM/Gprs Sim340Z +Easy Gps
Replies: 1
Views: 1239

Re: EasyPic6 + Easy GSM/Gprs Sim340Z +Easy Gps

Hi! Please, consult these schematics: http://www.mikroe.com/eng/downloads/get/151/smartgps_schematic_v111a.pdf http://www.mikroe.com/eng/downloads/get/1145/smartsim340_schematic_v100.pdf SmartGPS Board or SmartSIM340Z Board can be directly connected to the EasyPIC6 development system via IDC10 cable...
by slavisa.zlatanovic
24 Jun 2011 13:14
Forum: Development Boards
Topic: Programmable Relay Timers (PIC)
Replies: 2
Views: 1322

Re: Programmable Relay Timers (PIC)

Hi!
My question is; can I add an Ethernet or ideally Wi-Fi board to this project?
I don't see a reason why not. :)
by slavisa.zlatanovic
24 Jun 2011 13:06
Forum: mikroPascal PRO for PIC General
Topic: USB HID Descriptors
Replies: 1
Views: 1109

Re: USB HID Descriptors

Hi! Is there any news regarding this? In the mentioned post there was an attachement that temporary solved the issue, but that library is older than the one in the current release, so I dont want to replace it... We're working on it. If you need it urgently, I can build you the USB Library mcl with ...
by slavisa.zlatanovic
24 Jun 2011 12:53
Forum: mikroC PRO for PIC General
Topic: CONTRUCT @ - not recognized by build
Replies: 1
Views: 1049

Re: CONTRUCT @ - not recognized by build

Hi! You should use the absolute linker directive. Find out more in the Help file. I.e.: sfr unsigned short volatile TMR0H absolute 0x0FD7; P.S. There is no need for you to declare MCU regs yourself. It's already been done by the compiler when you choose the device you want to use in your project.
by slavisa.zlatanovic
24 Jun 2011 12:43
Forum: Development Boards
Topic: Bootloader for MikroMedia PIC18FJ
Replies: 4
Views: 2049

Re: Bootloader for MikroMedia PIC18FJ

Hi!
Can you tell me when this bootloader will be available ?
We're going to release the USB Bootloader firmware next week.
by slavisa.zlatanovic
24 Jun 2011 12:39
Forum: Development Boards
Topic: SmartGM862 & Telit & Python
Replies: 2
Views: 1365

Re: SmartGM862 & Telit & Python

Hi!

Please, visit the link below:
http://www.mikroe.com/eng/products/view ... art-board/
USB-UART Board is just the thing you need if your PC doesn't have COM port.
by slavisa.zlatanovic
24 Jun 2011 12:32
Forum: mikroC PRO for PIC General
Topic: Help
Replies: 6
Views: 2702

Re: Help

Hi!
I am using WinXP (running under VMWare Fusion 3.1.3, on a MacBook Pro running 10.6.7).
Unfortunately, I can not recreate the same testing conditions so I can try to reproduce your problem.
If you have the same problems when working on the PC with XP OS, please, contact me again.
by slavisa.zlatanovic
24 Jun 2011 10:24
Forum: mikroPascal PRO for PIC32 General
Topic: MikroICD
Replies: 4
Views: 2447

Re: MikroICD

Hi!
I have an LV32MXv6 development board,...
Please, tell me which hardware revision (HW REV) is your LV32MX v6 development board?
by slavisa.zlatanovic
24 Jun 2011 10:17
Forum: mikroBasic PRO for PIC32 General
Topic: How i can edit the TFT library to work with ili9325 driver?
Replies: 10
Views: 7010

Re: How i can edit the TFT library to work with ili9325 driv

Hi!
to MikroE: while you're at it, also consider drivers for the ili9326 which you use for the TFT2-PROTO display.
We'll do so.
by slavisa.zlatanovic
22 Jun 2011 14:35
Forum: Development Boards
Topic: EasyPic6 COG LCD Problem
Replies: 11
Views: 3595

Re: EasyPic6 COG LCD Problem

Hi! Hello I work in mikroC for pic. We strongly encourage users to switch to PRO version because non-PRO version is an ancestor of PRO compiler and is no longer being developed. Every new feature, improvement and bug fix will only affect new versions of PRO compilers. If you're a registered user you...
by slavisa.zlatanovic
22 Jun 2011 12:04
Forum: mikroC PRO for PIC General
Topic: Help
Replies: 6
Views: 2702

Re: Help

Hi!

I tried to reproduce the issue you're talking about but I couldn't. Everything worked OK both in mikroC PRO for PIC v4.60 and v4.80 BETA.
Please, send me your project, I'll inspect it and suggest further steps.
slavisa.zlatanovic@mikroe.com
by slavisa.zlatanovic
21 Jun 2011 08:45
Forum: mikroBasic PRO for dsPIC30/33 and PIC24 General
Topic: How to access single port pin?
Replies: 1
Views: 1502

Re: How to access single port pin?

Hi! The mikroBasic PRO for dsPIC30/33 and PIC24 compiler has sbit data type which provides access to registers, SFRs, variables, etc. program Test dim My_Bit as sbit at LATB0_bit dim My_Bit_Direction as sbit at TRISB0_bit main: My_Bit_Direction = 0; while TRUE My_Bit = 0 Delay_ms(1000) My_Bit = 1 De...

Go to advanced search