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 kimsan

  1. K

    I2C problem in MikroC example

    thank i will try on board test.
  2. K

    I2C problem in MikroC example

    I have following you that set up pull up resistors already. but it still doesn't work. i don't know why?
  3. K

    I2C problem in MikroC example

    I m just learning MikroC with pic 16F887. I try to use MikroC example to simulate with proteus. but it doesn't work i don know why? please help me. when i compile it succes but when i try to simulate with proteus it doen't show me any working. By using mikroc function how may clock oscilator...
  4. K

    interfacing RF module with EUSART

    i use mikro C and FST-4 A2 RF module. please show any code and how to process
  5. K

    interfacing RF module with EUSART

    can i use RF module with Eusart? if possible can you show me some example and code include TX and RX with eusart. thank you for your help!
  6. K

    how can send text message throw uart using proteus VSM simulation

    here is my example program that i try to send character one by one throw uart. it is ok. but when i try to send text. it doesn't work. can any body give some example? i use Mikro C Programming compiler. void main() { const i = 'C'; UART1_Init(19200); while(1){ UART1_Write(i)...
  7. K

    proteus 7 compatibility on windows 7

    i used to meet the problem like u. and solution is: 1- you can uninstall the program proteus, then try to set up again. 2- if it still have problem u can uninstall again then set up again. before set up u click on file set up and right click then choose property. on the compatibility tab after...
  8. K

    Difference between usart and eusart?

    so thank for explain about that. i use program call Mikro C Pro. if possible can you explain me about software usart and bit banging ? and can we use PIC link to PIC by using eusart? becuase i have seen some book about usart but of that say just only using usart with host pc. thank you for your...
  9. K

    Difference between usart and eusart?

    i have been using PIC16f88 that have function of serial communication module that use EUSART, but do not understand how to use it with application. so can u explain me more how to use it beside host pc?

Part and Inventory Search

Back
Top