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 scgoo

  1. S

    different between Hserin and Serin

    hserin wait Hello all, So what is the major difference between HSERIN and SERIN?(PICBASIC) the HSERIN is better because it's done in hardware and the PIC can go about its business while the hardware is doing its thing, but you still have to loop to do the HSERIN and if you want to wait for...
  2. S

    Problem with code for pic16f628 and PC communication via serial port(rs232)

    Re: pic16f628 HELP!! thanks for tour reply.! define OSC 20 define HSER_BAUD 9600 DEFINE HSER_CLOERR 1 define HSER_RCSTA 90H DEFINE HSER_TXSTA 20H i use 9600 baud rate. same for my hardware device and i have changed to if ( store = "B") and (confirm <> 1) then gosub TurnRight...
  3. S

    Problem with code for pic16f628 and PC communication via serial port(rs232)

    hi, im using PIC16f628 for my design. the program will receive signal in the form of character as shown in the code below. PC and PIC will communicate via serial port(rs232). but when i send a "A" to the PIC, it didnt go to the "TurnLeft" subroutine, but it go to the "Confuse". it is same...
  4. S

    How to control a Mini SSC2 using PIC16f628?

    pic16f628 help does anyone have been use PIC microcontroller playing with Mini SSC2 ? i want to use PIC16f628 to control the mini SSC2 by using PICBasic.. but i have no idea on how to write the code to control the SSC2. any suggestion? any sample code for PIC?? thanks
  5. S

    How to write a code to control Mini SSC2

    does anyone have been use PIC microcontroller playing with Mini SSC2 ? i want to use PIC16f628 to control the mini SSC2 by using PICBasic.. but i have no idea on how to write the code to control the SSC2. any suggestion? any sample code for PIC?? thanks
  6. S

    Problem with simple LED blinking program for pic16f628

    Re: pic16f628 HELP!! to vsgiri, pause 500 ' pause 0.5 sec after i change the capacitor to 22pF, its work.!! or i change the the crystal to 4MHz with 33pF capacitors, it also work... and i also change to pause 5000 'pause 5sec then i just can notice the blink of the LED thanks...
  7. S

    Problem with simple LED blinking program for pic16f628

    i'm the newbie for PIC programming... i'm using pic16f628. i now trying the simple program on the pic .. but it seems doesnt work. i'm using 20MHz cyrstal and two 3.3uF capacitor. the LED is on , but it doesnt blink.. any problem with the crystal using?? this is my code @ DEVICE pic16F628...

Part and Inventory Search

Back
Top