Search found 14 matches

by erazmus
02 Apr 2013 21:55
Forum: Libstock Discussion
Topic: New USB Host Library Released!
Replies: 20
Views: 366315

Re: New USB Host Library Released!

dejan.odabasic wrote: USB Host support for PIC32 should be release by the end of this week.
I'm tracking a package from Mikroe right now. I wonder which will get here first - my package or this library?
by erazmus
19 Mar 2013 20:51
Forum: Libstock Discussion
Topic: New USB Host Library Released!
Replies: 20
Views: 366315

Re: New USB Host Library Released!

pwdixon wrote:Wow you don't say much, 12 posts in 5 years.
You criticize Mikroe for not releasing anything, then you criticize a lurker for lack of posting history. Some people are never happy...
by erazmus
19 Mar 2013 19:24
Forum: Libstock Discussion
Topic: New USB Host Library Released!
Replies: 20
Views: 366315

Re: New USB Host Library Released!

dejan.odabasic wrote: As soon as library is ready, it will be released, next release of USB Library will be for PIC32.
What about a beta?
by erazmus
19 Aug 2011 19:58
Forum: mikroC PRO for PIC32 General
Topic: Polled UART on the PIC32MX4
Replies: 4
Views: 2487

Re: Polled UART on the PIC32MX4

zristic wrote: Sorry for the trouble, it was completely unintentional.
Thanks for the response. My message was posted late in to the night after some frustrating debugging. After sleeping on it, I'm feeling much calmer ;)
by erazmus
19 Aug 2011 04:51
Forum: mikroC PRO for PIC32 General
Topic: Polled UART on the PIC32MX4
Replies: 4
Views: 2487

Re: Polled UART on the PIC32MX4

Responding to my own thread (again)... Who came up with the brilliant idea of tying *both* UART1 and UART2 to the MAX3232 chip in parallel? (This is on the PIC32MX4 MMB). R48, R49, R50 and R51 are 0 ohm jumpers that tie both U1TX/RX and U2TX/RX to the same pins on the level converter chip. I find it...
by erazmus
19 Aug 2011 03:46
Forum: mikroC PRO for PIC32 General
Topic: "bug" report
Replies: 1
Views: 1357

"bug" report

Hello,
In my continued search to find answers to my UART problems, I noticed a mistake in the online documentation. Under "Software UART Library", at the end, the "Library Example" is for sound generation, and has nothing to do with UARTs (software or otherwise).
by erazmus
19 Aug 2011 00:33
Forum: mikroC PRO for PIC32 General
Topic: Polled UART on the PIC32MX4
Replies: 4
Views: 2487

Re: Polled UART on the PIC32MX4

Okay, I may have resolved this. I appear to be able to read a stream of serial data on UART2 successfully now. However, I wanted to enable UART1 and use it to send some debugging data at the same time as I was using UART2. If I UART1_Init(9600) and UART2_Init(9600), suddenly I'm unable to send any d...
by erazmus
17 Aug 2011 07:45
Forum: mikroC PRO for PIC32 General
Topic: Polled UART on the PIC32MX4
Replies: 4
Views: 2487

Polled UART on the PIC32MX4

Hello, I am trying to do some polled RS232 on UART2 on my PIC32MX4 MMB board. Am I missing something? I appear to receive the first 6 bytes, then the 6th byte is repeated over and over again. All I'm doing is this: UART2_Init(9600); for(z=0;z<255;z++) { while(UART2_Data_Ready()==0) { } dd[z]=UART2_R...
by erazmus
10 Aug 2011 03:26
Forum: Visual TFT General
Topic: Copying objects between projects
Replies: 1
Views: 1303

Copying objects between projects

Is there a way to copy objects (such as screens) from one project to another? For example, if I've spent many hours laying out the perfect on-screen keyboard, is there a way I can copy this to another project?
by erazmus
15 Jul 2011 21:05
Forum: Visual TFT General
Topic: 2.0
Replies: 2
Views: 1542

Re: 2.0

I uninstalled the old copy (as it recommended), then installed 2.0. Appears to work fine under Windows XP.
by erazmus
15 Jul 2011 17:29
Forum: Visual TFT General
Topic: Visual TFT and the Mikromedia for PIC18FJ
Replies: 4
Views: 2538

Re: Visual TFT and the Mikromedia for PIC18FJ

I know other people have asked, but do we have a release date for the new version?

EDIT: Never mind - I just found the announcement thread. Time to download and play... :)
by erazmus
15 Jul 2011 04:54
Forum: Visual TFT General
Topic: Visual TFT and the Mikromedia for PIC18FJ
Replies: 4
Views: 2538

Re: Visual TFT and the Mikromedia for PIC18FJ

Thanks for confirming that something has changed :)

I've managed to get the TFT to work, but the touch panel is giving me grief. Does anyone know the correct calibration constants I should be using?
by erazmus
15 Jul 2011 02:28
Forum: Visual TFT General
Topic: Visual TFT and the Mikromedia for PIC18FJ
Replies: 4
Views: 2538

Visual TFT and the Mikromedia for PIC18FJ

Is it just me or am I doing something wrong? Just purchased VisualTFT, and I'm trying to use it with the PIC18FJ MMB board. When I create a new project, and select "MikroMMB_for_PIC18FJ", the "TFT Module Connections" and "Touch Panel Connections" are wrong, according to the schematic. If I manually ...
by erazmus
28 Mar 2011 07:01
Forum: mikroBasic PRO for PIC General
Topic: EasyPIC with Mac OS/Parallels Desktop
Replies: 13
Views: 7153

Re: EasyPIC with Mac OS/Parallels Desktop

Bad news. I have been using VirtualBox on OSX for quite a while with success. However, I've discovered that the new MikroProg programmer isn't running for me under VirtualBox. I keep getting the error "Device currently selected is not [PICFLASH prog]!". Is anyone having any success running this prog...

Go to advanced search