Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    5,222

    I'm pretty sure that I want to send out an ASCII...

    I'm pretty sure that I want to send out an ASCII hex.
  2. Replies
    7
    Views
    5,222

    Need help sending a hex serial output

    HI Guys,

    I'm trying to send out a hex serial output using an array. My hex is 4 digits (ex. 0000). Here is part of my program:

    TRISA.2 = 1

    A2 VAR TRISA.2
    COM_CODE VAR Byte[16]
    I VAR Byte
  3. Having a pic recieve and output serial commands

    I'm using a 16f88 dip pic and am trying to get it to receive a serial input and give out a serial output. If you guys could help me with a sample code or any information that would be great. thanks
Results 1 to 3 of 3