VINCULUM - Vmusic2 - Vdrive2 - Help


Results 1 to 11 of 11

Threaded View

  1. #5
    Join Date
    May 2010
    Posts
    9


    Did you find this post helpful? Yes | No

    Default

    I'm leaning towards this line being wrong.
    Code:
    serout PORTB.7, T9600, ["RD volume.txt", 13]  'read file
    The more I read it might be RDF instead of RD and I need to specify the number of bytes to read in there somewhere, I guess.

    And typo in the open command.

    Code:
    serout portb.7, T9600, ["OPR volume.txt", 13]
    serout portb.7, T9600, ["RDF XXXXX, 13]
    SERIN2 PORTB.6, 84,[DEC vol,WAIT(":"),DEC vol2]
    serout portb.7, T9600, ["CLF volume.txt", 13]
    At a lose what should be in XXXXX

    The subroutine above is hanging.
    Last edited by Allister; - 18th May 2010 at 04:08.

Members who have read this thread : 0

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