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 stnwll

  1. S

    Deflcdchar decoder offline

    I guess I am trying to understand the difference between this decoder and the one supplied within the IDE of Bascom. Maybe you are not familiar with this feature? Within Bascom select tools then LCD designer. After creating your image select OK and it places the correct code in your coding window.
  2. S

    error in bascom code

    I assume you would like to use array. Dim Datain[addr] As Byte this is invalid syntax. Dim Datain(10) as byte is for 10 byte array. for Addr = 1 to 10 Datain(addr) = inkey next I do not see config for serial port so I assume you are setting this in the IDE. Typicaly I would see inkey()...

Part and Inventory Search

Back
Top