MikroElektronika PIC Microcontrollers PIC16 Datenblatt Seite 92

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 194
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 91
Programming PIC Microcontrollers in BASIC - mikroElektronika
Prototype
sub procedure CF_File_Write_Complete(dim byref CtrlPort as byte, dim byref
DataPort as byte,dim byref Filename as char[9])
Description Upon all data has be written to file, use this procedure to close the file and make it readable by Windows
(FAT16 only, PIC18 only).
Parameters:
CtrlPort - control port,
DataPort - data port,
Filename (must be in uppercase and must have exactly 8 characters).
Example
CF_File_Write_Complete(PORTB, PORTD, "example1", "txt")
http://www.mikroelektronika.co.yu/english/product/books/picbasicbook/05.htm (50 sur 112)05/11/2004 02:20:52
Seitenansicht 91
1 2 ... 87 88 89 90 91 92 93 94 95 96 97 ... 193 194

Kommentare zu diesen Handbüchern

Keine Kommentare