18f25k22 hserin


Results 1 to 18 of 18

Thread: 18f25k22 hserin

Threaded View

  1. #12
    Join Date
    Jan 2022
    Posts
    71


    Did you find this post helpful? Yes | No

    Default Re: 18f25k22 hserin

    Name:  SCAN.jpg
Views: 1664
Size:  16.5 KB
    Quote Originally Posted by amgen View Post
    ....."0" is decimal 48

    thanks to everyone involved to help me on this project.
    I tried about every way to setup the HSerin1,2
    still not working.
    I'm realy suprise since these HSerin command are part of PBP3 for at least 15 years
    and today in 2025 cannot find any reliable sample codes.
    even the PBP3 examples does not work at all for my setup.

    I had 1 rs232/ttl scanner bad (intermitent power on the rs232 rail)
    connected another one and the only easy way to make work it's
    with the code below.

    Code:
    MAIN:                             
    
    
    '--------------------------------------------
    serin2 PORTB.0,84,50,MAIN,[STR AARRAY\12]
    serOut2 PORTB.1,84, [str aarray\12,13,10]
    serOut2 PORTB.1,84, ["Done!",13,10]
    '--------------------------------------------
    
    
    GoTo MAIN
    Last edited by jackberg1; - 19th January 2025 at 22:02.

Similar Threads

  1. Hserin
    By Dinoden in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 13th December 2016, 04:16
  2. 18F25K22 Help
    By ERMEGM in forum mel PIC BASIC Pro
    Replies: 17
    Last Post: - 25th November 2014, 10:36
  3. migration from 16F876a to 18F25k22
    By MOUNTAIN747 in forum General
    Replies: 26
    Last Post: - 19th March 2012, 21:33
  4. Config 18F25K22
    By mpardinho in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 26th April 2011, 19:08
  5. hserin
    By jcleaver in forum mel PIC BASIC Pro
    Replies: 28
    Last Post: - 21st February 2007, 18:15

Members who have read this thread : 13

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts