Simplest way to write to USB stick or TF/SD card with PBP?


Closed Thread
Results 1 to 16 of 16

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,615


    Did you find this post helpful? Yes | No

    Default Re: Simplest way to write to USB stick or TF/SD card with PBP?

    PBP command SEROUT2 can handle flow control.
    With that said I've never needed to use it with OpenLOG but it depends on how much data and at what speed you you're trying to log.

  2. #2
    Join Date
    Feb 2013
    Posts
    1,137


    Did you find this post helpful? Yes | No

    Default Re: Simplest way to write to USB stick or TF/SD card with PBP?

    So I just disregard these pins and let them float?

  3. #3
    Join Date
    Aug 2011
    Posts
    455


    Did you find this post helpful? Yes | No

    Default Re: Simplest way to write to USB stick or TF/SD card with PBP?

    Look at the SERIN2/SEROUT2 commands in the manual.
    They allow you to specify optional flow control pins which you would connect to the RTS/CTS pins of the module you're using if it has hdw flow control.

    That may or may not work since the SERxx2 commands are bit-banged.
    SEROUT2 would probably be ok, but SERIN2 might have issues.

  4. #4
    Join Date
    Feb 2013
    Posts
    1,137


    Did you find this post helpful? Yes | No

    Default Re: Simplest way to write to USB stick or TF/SD card with PBP?

    Thanks, I'm only going to write to flash drive, so I'll need SERIN for just status checking, whenever drive is physically present.

Similar Threads

  1. PBP registration does not stick, still unregistered
    By Heckler in forum FAQ - Frequently Asked Questions
    Replies: 3
    Last Post: - 28th June 2017, 05:04
  2. Replies: 0
    Last Post: - 6th March 2009, 07:52
  3. simplest usb bootloader pbc solution ??
    By f_lez in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 12th December 2007, 16:09
  4. Replies: 9
    Last Post: - 10th April 2007, 19:22
  5. USB memory stick
    By Demon in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 12th July 2005, 20:57

Members who have read this thread : 1

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