Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    10,136

    Re: Shiftout command

    Hi,
    SHIFTOUT/SHIFTIN are used for synchronous communications (unlike SEROUT/SERIN etc which are asyncrounous) which means that there one dataline and one clock line (and quite often a chip select)....
  2. Replies
    4
    Views
    10,136

    Re: Shiftout command

    Hi,
    DataPin and ClockPin are both physical pins on the device, for example PortB.2 and PortD.0.
    Since the SHIFTOUT command is bit-banged and software timed you can select any pins you wish as long...
Results 1 to 2 of 2