Search found 489 matches

by saharul
05 Jul 2019 11:58
Forum: mikroC General
Topic: USB to USB communication
Replies: 9
Views: 3752

Re: USB to USB communication

Thanks hexreader.

I will try.

Many thanks
by saharul
01 Jul 2019 23:59
Forum: mikroC General
Topic: USB to USB communication
Replies: 9
Views: 3752

Re: USB to USB communication

Thanks hexreader,

Is there anyway that i can convert the signal back to serial.?..
or by hardwire changes such as do some bypass
with jumper wire or anything.

Many thanks.
by saharul
30 Jun 2019 02:47
Forum: mikroC General
Topic: USB to USB communication
Replies: 9
Views: 3752

Re: USB to USB communication

Thanks hexreader,

Do you think raspberry pi can do that?

Many thanks,
by saharul
29 Jun 2019 09:16
Forum: mikroC General
Topic: USB to USB communication
Replies: 9
Views: 3752

Re: USB to USB communication

Thanks hexreader,

How i do solve the problem? What device that can work as host.

Many thanks.
by saharul
28 Jun 2019 09:01
Forum: mikroC General
Topic: USB to USB communication
Replies: 9
Views: 3752

USB to USB communication

Hi, I need to send data from my PIC micro controller through USB terminal to a device. The communication protocol as per image attached. The device only receive data/instruction from my controller (through USB). So i need to have USB to USB communication. I intend to use PIC18F4550. 1.Can anybody sh...
by saharul
28 Jun 2019 08:54
Forum: mikroC General
Topic: GLCD display wrong calculation result
Replies: 3
Views: 2148

Re: GLCD display wrong calculation result

Thanks jovana
by saharul
02 Jun 2019 00:07
Forum: mikroC General
Topic: GLCD display wrong calculation result
Replies: 3
Views: 2148

GLCD display wrong calculation result

hi, i have problem to display a floating point with single decimal point ......................... ........................ int x=300; float mf_err_small; mf_err_small= (x-250)/250); ................................. .................................. floatToStr(mf_err_small,s_temp); Glcd_Write_Text...
by saharul
30 May 2019 10:35
Forum: mikroC General
Topic: Mikromedia pic18F code for TFT Display and PIC microcontro
Replies: 2
Views: 1911

Mikromedia pic18F code for TFT Display and PIC microcontro

Hi, i am totally newbie to this mikromedia pic18FJ. I wonder how to write code for the PIC to work as normal microcontroller and how to write code for the TFT Display . 1. Do i need to have two different compilers? 2. Can i just mixed the codes in the same .C file? 3. Do i have to Write two separate...
by saharul
25 Jan 2019 10:43
Forum: mikroC General
Topic: how to change one bit of an array
Replies: 6
Views: 2895

Re: how to change one bit of an array

Thanks jovana, I am writing code for some application that require a bit changes (mutation) from a decimal value. The changes is by random between 6 arrays and four bits, but to make ease for testing i set the required bit and the array.After changes made, Then the final decimal value is display at ...
by saharul
23 Jan 2019 06:15
Forum: mikroC General
Topic: how to change one bit of an array
Replies: 6
Views: 2895

Re: how to change one bit of an array

Thanks jovana and Mihajlo, i tried your suggestion as code below but with no success, at GLCD the unknown character appears at the respective column needed to be changed. int random; int row,col; int block=0,i=0; int j=0; unsigned char ran,tErr[2]; unsigned char num1, num2; char array[9][9]; char ar...
by saharul
18 Jan 2019 04:51
Forum: mikroC General
Topic: declare array with specific characters
Replies: 5
Views: 2507

Re: declare array with specific characters

Thank you for your reply,

I meant after doing cross over/exhange bits , how do I finally display the final result in decimal not in binary?

Many thanks
by saharul
18 Jan 2019 04:48
Forum: mikroC General
Topic: how to change one bit of an array
Replies: 6
Views: 2895

how to change one bit of an array

Hi, i try to randomly change one bit of an array. i tried below code but no success with error message void mutation() // mutation funtion given a pointer to array of chromes {char array1[9]; char array1[9]; char array2[9]; char array3[9]; char array4[9]; char array5[9]; char array6[9]; int random; ...
by saharul
11 Jan 2019 10:15
Forum: mikroC General
Topic: mikroc pro Debugger for Easypic v7
Replies: 1
Views: 1684

mikroc pro Debugger for Easypic v7

Hi,

1.Can i straight away do debug using EASYPIC v7 for debugging code. If YES, is there any information related on how to do proper debug. If NO, do i need to have an extra tool (debugger) such as MIKROE-764.

Thank you and Many thanks.

:D :D :D
by saharul
11 Jan 2019 01:29
Forum: mikroC General
Topic: crossover data
Replies: 3
Views: 2073

Re: crossover data

Many Thanks Stefan

:D :D :D

Go to advanced search