Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ooicheesan

  1. O

    Anyone know how can i Display data on my LCD?

    openxlcd( four_bit & lines_5x7 ) 8O .. Thanks then..i will try to look out for the code and try working it out on sending data and displaying it on sequences...then the other thing is that when i send the data B64 then after that when i trying to send B4 then the display will overwrite the...
  2. O

    Anyone know how can i Display data on my LCD?

    mcc18 xlcd library :o ... Hey there C man...thanks a lot for your code there..but then i discovered out how can i display the B2 on the LCD..so now there is a problems here..that is how can i display the data i send to LCD continuously like A2B2C and etc and dont want it to be overwrite..so...
  3. O

    Anyone know how can i Display data on my LCD?

    delayporxlcd 8) ... Thanks a lot really for your help..although you are not using the mcc18..but then now.. I understand that the code there is to be change the DATA_PORT there..then now the LCD runs..and it shows Activated words on the first row and the data on the second row...but then the...
  4. O

    Anyone know how can i Display data on my LCD?

    delayfor18tcy() ya..now i am sending you the xlcd.h code and also my lcd.c code,what i need to do now is to define the #ifndef __XLCD_H #define __XLCD_H for your information i have changed the code in the DATA_PORT code and the CTRL_PORT.I am using the __18CXX part only so you need not care...
  5. O

    Anyone know how can i Display data on my LCD?

    c18 xlcd example Hello there... regarding to what you wrote for me the data that i am sending is not to port B is just that this is to compare it whether is it 'B' only and the important thing i want to do is to display out the character B02 on my LCD..so not that i am sending the data there to...
  6. O

    How can i send "ok"to my Vb at comm 1?

    putrsusart null Just let you all know that i can get it all going already the LCD part also work properly..then now is time to thanks for all that helps...good day and happy always.. :o
  7. O

    Anyone know how can i Display data on my LCD?

    xlcd.c Thanks a lot C man...i got to display the 'ok' to my Vb there already..then i can enable the timing to delay it for prompting out error messages..so the problem is how to display the data i enter to be display on my LCD...i submitted on the code already but then when i run and compile...
  8. O

    Anyone know how can i Display data on my LCD?

    param_sclass Ya...C men..i can receive the data send from my Vb to the board because i use the hyperterminal to check the dta sent out from VB so just wondering how am i going to display the data for examples A[02] to my LCD on this PICDEM 2 PLUS board?or that really sound weird for you..i...
  9. O

    How can i send "ok"to my Vb at comm 1?

    is there a send in vb Hello...there thanks for your reply..then the putrsUSART(),all will return null character right then how am i going to write the putc() by my own?is it by adding it the command like putc("ok") only?i tried doing that but it cant work,because now i am writting the c code...
  10. O

    How can i send "ok"to my Vb at comm 1?

    c18 putrsusart The problems now is that i cant really send the return 'ok' to my VB at comm 1 as an acknowledgement that the data sent from Vb has been recieved,so with this command putrsUSART((rom char*)"ok"); or, putrsUSART((rom char *)"ok\r"); The output of my board become ok[00] and not...
  11. O

    Anyone know how can i Display data on my LCD?

    putsxlcd Thanks for your help there...just wanna tell you how the program work here.. temp = getcharusart(); //get the data and store it in temp Data[count++] = temp; //get the second data and store in temp if (count == 2) // if 2 data received then compare is it port A,B or c...
  12. O

    Anyone know how can i Display data on my LCD?

    xlcd.h Currently i am doing the serial communication between my VB at comm 1 and the PICDEM 2 BOARD..do i just wonder why i cant send my data to light up the LCD at my board?using the MPLAB ICD2?here i submit on the cod efor you to have a look whether i got miss out anything or not?thanks...
  13. O

    How to send back the data "ok" to my Vb at comm 1

    :lol: .....I am currently doing the serial communication between my hyperterminal and my PICDEM 2 PLUS board in mplab icd2,so just wonder how can i send the "ok" to my hyperterminal from my board?i tried this code putrsUSART((rom char*)"ok"); or, if you for putrsUSART((rom char *)"ok\r")...
  14. O

    Help on programming in c++....

    :oops: ..I am using c++ to write the .c source to enable it to run in mplab/....so i got to configure the usart and then compile the usart then after compilation..when i trying to run and program it to the pic18f252 board..there is error msg pop up..[ICD0083: Target not in debug mode, unable to...
  15. O

    Help on programming in c++....

    <p18f252.h> openusart :) Hello..i am currently doing programming using c language to enable my PICDEM 2 PLUS DEMO BOARD to receive data through rs232 from vb..so can you send me a sample program to enable the serial communication between the vb and also the board? This attachment is what i done...

Part and Inventory Search

Back
Top