EngineersGarage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise
You are here: Home / Topics / want to know the programming language type

want to know the programming language type

|

Miscellaneous › Others › want to know the programming language type

  • This topic has 1 reply, 2 voices, and was last updated 11 years, 10 months ago by Ganesh Selvaraj.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • March 17, 2014 at 8:31 am #2953
    naresh
    Participant

    Include C Code STRING_LIB.Lib

    Include C Code Bcd_lib.Lib

    Include C   Code 89SXX.Lib

                

     

    Main:

     

    Count = 1 To 1

       Portval(0) = P3.2[0]

       Portval(1) = P3.3[1]

       Portval(2) = P3.4[2]

       Portval(3) = P3.7[3]

       Waitms 100

    loop

         Goto Check

    goto main

     

     

     

     

     

    Check:

     

    Select Case Portval

     

     

       Case “11” :

                   P1.0 = 1

                   delayms 50

     

       Case “21” :

                   P1.1 = 1

                   delayms 50

     

       Case “31” :

                   P1.2 = 1

                   delayms 50

     

       Case “41” :

                   P1.3 = 1

                   delayms 50

     

       Case “51” :

                   P1.4 = 1

                   delayms 50

     

       Case “61” :

                   P1.5 = 1

                   delayms 50

     

       Case “71” :

                   P1.6 = 1

                   delayms 50

     

       Case “81” :

                   P1.7 = 1

                   delayms 50

     

     

     

       Case “10” :

                   P1.0 = 0

                   delayms 50

     

       Case “20” :

                   P1.1 = 0

                   delayms 50

     

       Case “30” :

                   P1.2 = 0

                   delayms 50

     

       Case “40” :

                   P1.3 = 0

                   delayms 50

     

       Case “50” :

                   P1.4 = 0

                   delayms 50

     

       Case “60” :

                   P1.5 = 0

                   delayms 50

     

       Case “70” :

                   P1.6 = 0

                   delayms 50

     

       Case “80” :

                   P1.7 = 0

                   delayms 50

     

         Case Else

             

                 Goto Main

     

         End Select

     

                 Goto Main

    March 17, 2014 at 11:14 am #11317
    Ganesh Selvaraj
    Participant

    BASCOM language I guess

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Log In

RSS Recent Posts

  • Unable To Get Advertised Op-Amp Slew Rate January 18, 2026
  • Sine wave distortion January 18, 2026
  • Silicon insulated wire January 18, 2026
  • Wien bridge oscillator January 18, 2026
  • Flip Flop for My Mirrors January 18, 2026

Stay Up To Date

Newsletter Signup
EngineersGarage

Copyright © 2026 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy | Advertising | About Us

Search Engineers Garage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise