動作確認できたことリスト GPS編

GT-730FL-S

参考サイト通りにすれば、動作確認できた。 GT-730FL-Sの通信速度を変更している場合は、ハードコーディングしている部分の変更が必要。

AutoEvents.cpp

//    u8 data[ ] = { 0x00, 0x96, 0x00, 0x00, 0x00, 0x00, 0x08 };  //38400bps 8it
    u8 data[ ] = { 0x80, 0x25, 0x00, 0x00, 0x00, 0x00, 0x08 };  //9600bps 8it

通信速度の16進数を反転させれば良いらしい。

Import programUSBHostShell

A more capable USB Host. The API supports synchronous and Asynchronous control, interrupt and bulk transfers. It has built in support for hubs and hot plugging. It can support any number of devices and endpoints limited only by sram. The test shell supports mouse, keyboard and mass storage/fat.

参考サイト。

http://va009039.blogspot.jp/2011_10_01_archive.html

http://blogs.yahoo.co.jp/shiraki2falcon/folder/303717.html


Please log in to post comments.