Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Ioannis; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds; generated 25 minute(s) ago.

  1. Replies
    13
    Views
    227

    Re: SERIN2 Receiving Wrong Data

    As Richard noted, the problem could be in any other part of your code. So you are alone on this as we cannot guess what may be happening there.

    However, the part you posted does not somehow checks...
  2. Replies
    13
    Views
    227

    Re: SERIN2 Receiving Wrong Data

    Your best shot would be to post your code...

    Ioannis
  3. Replies
    13
    Views
    227

    Re: SERIN2 Receiving Wrong Data

    Yes it could be a problem. Try with no resistor and see if the problem is in your code or just the lack of power on the link. Then try max 1K resistor.

    But without more details like, type of...
  4. Replies
    14
    Views
    1,974

    Re: Supplier delivery speed

    Have yet to beat that speed!

    Ioannis
  5. Replies
    14
    Views
    1,974

    Re: Supplier delivery speed

    Isn't it amazing how things are today regarding PCB manufacturing?

    Once I had either to do it myself for one layer, using chemicals or pay too much money for barely acceptable quality of small...
  6. Replies
    152
    Views
    24,003

    Re: New project - MSFS C++ USB interface

    Well, you are not alone! Happened to all!

    Ioannis
  7. Replies
    152
    Views
    24,003

    Re: New project - MSFS C++ USB interface

    Fortunately PCBs have two sides! Use the other now! :)

    Ioannis
  8. Replies
    10
    Views
    421

    Re: Creality, worst customer support

    I guess they were busy building the K1C monster...

    Ioannis
  9. Re: How to measure how long I pressed a button ?

    forget Proteus.

    Also I think Henrik forgot to add the label Exit: just before the Serout command.

    Ioannis
  10. Replies
    152
    Views
    24,003

    Re: New project - MSFS C++ USB interface

    What I read from that thread is that you do not have to worry about stealing your idea from pcb perspective.

    And I never cared about that. Maybe because I use most of the cases, MCU on board and...
  11. Replies
    152
    Views
    24,003

    Re: New project - MSFS C++ USB interface

    And I guess the higher infill the slowest process. Added to the more plastic usage, right?

    Ioannis
  12. Replies
    10
    Views
    421

    Re: Creality, worst customer support

    Just saw this https://eu.store.bambulab.com/en-gr/products/a1

    Although it has smaller printing area than Anycubic, it can color print and also has a nice feature for fuzzy printing, getting rid of...
  13. Replies
    11
    Views
    554

    Re: Serout2 question

    Glad you got it working!

    Beer accepted!

    Ioannis
  14. Replies
    10
    Views
    421

    Re: Creality, worst customer support

    Wow, this is speedy!

    Happy printing!

    Ioannis
  15. Replies
    152
    Views
    24,003

    Re: New project - MSFS C++ USB interface

    10% infill means that the compact pieces are not really compact inside?

    Sorry, but I am at zero, regarding 3D printers.

    Ioannis
  16. Replies
    152
    Views
    24,003

    Re: New project - MSFS C++ USB interface

    Well, you do not have to tell them what you are doing. And after all, having a plastic thing printed there, what really means to them? They cannot figure what you are doing, right?

    The $87.45 is...
  17. Replies
    3
    Views
    170

    Re: Looking for HDMI drawing

    Maybe here:

    https://hdmi.org/requestform/clickrequestasync?docId=16

    But you have to register in order to be allowed access.

    Ioannis
  18. Replies
    11
    Views
    554

    Re: Serout2 question

    Are you sure the settings of the internal registers are the same on all you modules?

    Can you check/verify that?

    Also, power supply should be capable to withstand the peak currents of the...
  19. Replies
    11
    Views
    554

    Re: Serout2 question

    Either one character or million of characters, the RS-232 sends each character alone. It has start bit, stop bit, maybe a parity bit too and the data itself. So, if between characters, there is small...
  20. Replies
    152
    Views
    24,003

    Re: New project - MSFS C++ USB interface

    Well, OK with the self 3D printing for one or two pcs. But is it cost effective for small production?

    What about using JLCPCB 3d capabilities? https://jlc3dp.com/?source=JLCPCB-top-productbar...
  21. Replies
    152
    Views
    24,003

    Re: New project - MSFS C++ USB interface

    Never thought of that, printing to an angle so it can fit in the area!

    I like this thread more and more!

    Ioannis
  22. Replies
    11
    Views
    554

    Re: Serout2 question

    The command send all at once. No commas are inserted if you do not explicitly define so.

    The command will send the text string and immediately after that will send the MyValue not as one binary...
  23. Replies
    152
    Views
    24,003

    Re: New project - MSFS C++ USB interface

    Thanks for the info.

    Ioannis
  24. Replies
    152
    Views
    24,003

    Re: New project - MSFS C++ USB interface

    With resin you need a mold I guess.

    But with laser cut acrylic sheet, the pipe may not be cylindrical, or is it?

    Ioannis
  25. Replies
    5
    Views
    439

    Re: Timer 0 not accurate

    One second in the ISR is counted as 16.384*62=1.015808

    Every minute is 60*1.015808=60.94848 so it is indeed about 50-56 seconds faster.

    Why not use the TMR0 as 16 bit timer, no prescaler. After...
Results 1 to 25 of 97
Page 1 of 4 1 2 3 4