Search found 32 matches

by lorenz2828
16 Jul 2013 21:58
Forum: mikroC PRO for PIC General
Topic: is this THERMAL PRINTER COMPATIBLE W/ MikroC
Replies: 11
Views: 5203

Re: is this THERMAL PRINTER COMPATIBLE W/ MikroC

sir but in my case that i've used the UART1 code for my RX and TX already because i've used it for the GSM modem.
what shud i do now?? SUART???
by lorenz2828
11 Jul 2013 07:31
Forum: mikroC PRO for PIC General
Topic: is this THERMAL PRINTER COMPATIBLE W/ MikroC
Replies: 11
Views: 5203

Re: is this THERMAL PRINTER COMPATIBLE W/ MikroC

for curiousity side.... that thermal printer that i posted on the 1st post...

what if i expose the wire in the usb? and connect the DATA+ and - direct to PIC RX and TX.....

does it gonna work?? just for curiousity ^^
by lorenz2828
08 Jul 2013 14:28
Forum: mikroC PRO for PIC General
Topic: is this THERMAL PRINTER COMPATIBLE W/ MikroC
Replies: 11
Views: 5203

Re: is this THERMAL PRINTER COMPATIBLE W/ MikroC

im sorry my mistake....
its pic18f4550...
and i miss read the detail... tnx dud.....
straighten things up.....
by lorenz2828
08 Jul 2013 11:58
Forum: mikroC PRO for PIC General
Topic: is this THERMAL PRINTER COMPATIBLE W/ MikroC
Replies: 11
Views: 5203

Re: is this THERMAL PRINTER COMPATIBLE W/ MikroC

guys im just gonna use a PIC16f4550.....
is that thermal printer compatible with the PIC???
a direct ans could be good ^^
by lorenz2828
05 Jul 2013 20:21
Forum: mikroC PRO for PIC General
Topic: is this THERMAL PRINTER COMPATIBLE W/ MikroC
Replies: 11
Views: 5203

is this THERMAL PRINTER COMPATIBLE W/ MikroC

is this thermal printer compatible http://www.sunphor.com/index.php/produc ... id_17.html

with MikroC? pls anyone i need your opinion on this.
i have this project and this is the printer that they bout.
by lorenz2828
05 Jul 2013 05:54
Forum: mikroC PRO for PIC General
Topic: Delay_1sec...
Replies: 5
Views: 1725

Re: Delay_1sec...

jst use delay_ms(1000);
it is equivalent to 1 sec coz its miliseconds.....
by lorenz2828
04 Jul 2013 18:10
Forum: mikroBasic for dsPIC30/33 and PIC24 General
Topic: THERMAL PRINTER help
Replies: 1
Views: 2743

THERMAL PRINTER help

can i use this thermal printer http://www.sunphor.com/index.php/produc ... id_17.html

in MikroC? pls anyone i need your opinion on this.
i have this project and this is the printer that they bout.
by lorenz2828
14 Mar 2013 19:15
Forum: mikroC PRO for PIC General
Topic: how to write on EEPROM pls help....
Replies: 2
Views: 1120

how to write on EEPROM pls help....

this is my portion of my code.... wattsec_ = powerAnalyzer_Read(); count++; total += wattsec_; kw = wattsec_/1000; kwh = kw/3600; kwhrate = kwh * 4.0740; kwhsum += kwh; sprintf(kwdata, "%.2f", kw); //FloatToStr(kw,kwdata); sprintf(kwhdata, "%.2f", kwhsum); //FloatToStr(kwhsum,kwhdata); //I WANTED TO...
by lorenz2828
06 Mar 2013 03:43
Forum: mikroC General
Topic: help for my code.. its just routine and its funcional
Replies: 0
Views: 1230

help for my code.. its just routine and its funcional

hi guys.. i have a functional code but i just wanted to post it if there is a better way on executing my program...... here is my program and the area where im having a hard time is the void main... which consist of reading from SUART which is used on reading a ac power analyzer data for every secon...
by lorenz2828
22 Feb 2013 03:39
Forum: mikroC PRO for PIC General
Topic: sending sms on GSM modem and displaying it on LCD pls help
Replies: 1
Views: 1342

sending sms on GSM modem and displaying it on LCD pls help

is this code useful?? i edited it to meet my demand... but somehow... im having a hardtime displaying the result on LCD... can u help me brothers??? // LCD module connections sbit LCD_RS at RB0_bit; sbit LCD_EN at RB1_bit; sbit LCD_D4 at RB2_bit; sbit LCD_D5 at RB3_bit; sbit LCD_D6 at RB4_bit; sbit ...
by lorenz2828
21 Feb 2013 11:21
Forum: mikroC PRO for PIC General
Topic: IF ELSE pls help
Replies: 1
Views: 953

IF ELSE pls help

is this correct????? does it affect timing of fetching data?? is there any other ways to combine this two without wasting time?? im using a AC POWER ANALYZER that transmits data every second. PIC16f4550 is my controller... while(1) { while(1) { do{ dat = Soft_Uart_Read(&err); }while(err); if(dat == ...
by lorenz2828
20 Feb 2013 22:10
Forum: mikroC PRO for PIC General
Topic: just some advice for sending a sms through GSM modem pls..
Replies: 2
Views: 1546

Re: just some advice for sending a sms through GSM modem pls

pls help me guys.. im using a sim900d..
i dnt knw what to do in sending a message
by lorenz2828
20 Feb 2013 06:44
Forum: mikroC PRO for PIC General
Topic: just some advice for sending a sms through GSM modem pls..
Replies: 2
Views: 1546

just some advice for sending a sms through GSM modem pls..

i was wondering if the procedure that i did on sending an sms is correct?? i wanted to send the variable extra. can anyone pls guide me with this // LCD module connections sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD_D4 at RB0_bit; sbit LCD_D5 at RB1_bit; sbit LCD_D6 at RB2_bit; sbit LCD...
by lorenz2828
19 Feb 2013 16:41
Forum: mikroC PRO for PIC General
Topic: power supply..... need help.. it always blow my PIC18f4550
Replies: 2
Views: 1428

power supply..... need help.. it always blow my PIC18f4550

hi... i have a transformer with an output voltage of 12-0-12 and 5mA. i constructed a power supply that consist of 2 diodes each connected to 12v output so it is functioning as a fullwave center tapped... after that i connected a 10uf 25v capacitor to filter the current. then a 220uf capacitor then ...
by lorenz2828
19 Feb 2013 09:30
Forum: mikroBasic PRO for AVR General
Topic: HELP.. Simulation running but on aCtual stuck
Replies: 0
Views: 1131

HELP.. Simulation running but on aCtual stuck

can anyone pls help me here.... can't read from soft_uart....... in simulation its working but on actual not making any progress.. // LCD module connections sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD_D4 at RB0_bit; sbit LCD_D5 at RB1_bit; sbit LCD_D6 at RB2_bit; sbit LCD_D7 at RB3_bit;...

Go to advanced search