Usb Bulk Tranceport driver Made by Shoichi Yamasuge. LoadLibray USBDEViCE. moive http://youtu.be/uGPH3AwrFpU USB バルク通信用のドライバーです 使用時には、USBDEVICEライブラリの追加必要。 動画は下記 http://youtu.be/uGPH3AwrFpU

Committer:
yamasho
Date:
Mon Apr 28 07:37:14 2014 +0000
Revision:
3:a71b7d2b97ef
Parent:
0:e8c90969688d
Description Modify;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
yamasho 0:e8c90969688d 1
yamasho 0:e8c90969688d 2 #ifndef USBCLASS_BULK_TYPES
yamasho 0:e8c90969688d 3 #define USBCLASS_BULK_TYPES
yamasho 0:e8c90969688d 4
yamasho 0:e8c90969688d 5 #define VENDER_SPECIFIC_CLASS (0XFF)
yamasho 0:e8c90969688d 6
yamasho 0:e8c90969688d 7 #define MAX_BULK_SIZE (64)
yamasho 0:e8c90969688d 8
yamasho 0:e8c90969688d 9 #endif