if you using usb to serial you can see igorplug as example, but if you want to make usb to other you can use delphi with libusb.pas as library of usb. it has include any you need, it support whith type transfer of usb like control tranfer or other..
it's easy to use.
Search found 10 matches
- Fri Dec 30, 2011 3:52 am
- Forum: V-USB
- Topic: host software
- Replies: 6
- Views: 6497
- Thu Dec 29, 2011 7:53 pm
- Forum: V-USB
- Topic: host software
- Replies: 6
- Views: 6497
Re: host software
you can use delphi to build a user interface for your GUI to control ON/OFF LED or other
that is very simple using libusb...
that is very simple using libusb...
- Mon Dec 19, 2011 4:19 pm
- Forum: V-USB
- Topic: CRC5 and CRC16
- Replies: 0
- Views: 4686
CRC5 and CRC16
all i need help..
i'm using v-usb version 20080418, how crc5 and crc16 using in usb on this firmware, because there is article say it can using if we use 16MHz of clock in crystal...
so how the usb can check the send and recive data if crc5 and crc16 is not use??
any can explaint about that?
i'm using v-usb version 20080418, how crc5 and crc16 using in usb on this firmware, because there is article say it can using if we use 16MHz of clock in crystal...
so how the usb can check the send and recive data if crc5 and crc16 is not use??
any can explaint about that?
- Thu Nov 10, 2011 9:58 am
- Forum: V-USB
- Topic: main.c on v-usb
- Replies: 5
- Views: 5071
Re: main.c on v-usb
thank's all for reply's,
i undenrstand now, but can you explain to me about uchar len in this function and uchar len in usbfunctionWrite()..??
is there any difference between these two variables ?
what the meaning about
len was 2 => [byte 0] [byte 1]...??
best regard
i undenrstand now, but can you explain to me about uchar len in this function and uchar len in usbfunctionWrite()..??
is there any difference between these two variables ?
what the meaning about
len was 2 => [byte 0] [byte 1]...??
best regard
- Mon Nov 07, 2011 12:45 pm
- Forum: V-USB
- Topic: set currentAddress to send data to memori
- Replies: 0
- Views: 4819
set currentAddress to send data to memori
i need help, i has can to read data from eeprom in my pc... but i can't to write data to eeprom from my pc, i think the currentAddress variable in usbFunctionSetup() doesn't get data buffer from my pc, it just get data from it initial in usbFuctionSetup(). how to set currentAddress in usbFunctionSet...
- Mon Oct 31, 2011 6:02 am
- Forum: V-USB
- Topic: ENDPOINT for V-USB using USBHID
- Replies: 0
- Views: 4557
ENDPOINT for V-USB using USBHID
morning all..
i'm has success make a project with v-usb, but i have a problem in host application
i'm using c sharp to build gui.
where i can found the IN endpoint and OUT endpoint hidusb (hid-data) to communication host to microcontroller (atmega16)
regard.
i'm has success make a project with v-usb, but i have a problem in host application
i'm using c sharp to build gui.
where i can found the IN endpoint and OUT endpoint hidusb (hid-data) to communication host to microcontroller (atmega16)
regard.
- Tue Oct 25, 2011 6:41 am
- Forum: V-USB
- Topic: main.c on v-usb
- Replies: 5
- Views: 5071
main.c on v-usb
any one i need help about below meaning code : uchar usbFunctionRead(uchar *data, uchar len) //??????????????? *data dan len { if(len > bytesRemaining) len = bytesRemaining; eeprom_read_block(data, (uchar *)0 + currentAddress, len); currentAddress += len; bytesRemaining -= len; return len; } i'm not...
- Thu Oct 13, 2011 6:26 am
- Forum: V-USB
- Topic: what is the converted USB to SPI ?
- Replies: 0
- Views: 4624
what is the converted USB to SPI ?
morning...
please help me..
i'm want to ask to master usb all, i don't understand what is the converted on USB to SPI or other format (e.g I2C, RS232 )...?
how the firmware v-usb convert that?
i'm not english.
i hope you are understand my language.
bestregard
ardiansyah
please help me..
i'm want to ask to master usb all, i don't understand what is the converted on USB to SPI or other format (e.g I2C, RS232 )...?
how the firmware v-usb convert that?
i'm not english.
i hope you are understand my language.
bestregard
ardiansyah
- Mon Oct 10, 2011 5:26 am
- Forum: V-USB
- Topic: USB to SPI with ATMEL16
- Replies: 2
- Views: 4484
Re: USB to SPI with ATMEL16
thank's form reply , but i'm still confius about that. i want to write and read the eeprom (AT93c465) via USB from my PC. i'm using v-usb last update, in the source i'm confused how to edit the source so i can write and read the eeprom (AT93c46) from PC via USB PORT using SPI comunication in ATMEGA1...
- Sun Oct 09, 2011 6:23 am
- Forum: V-USB
- Topic: USB to SPI with ATMEL16
- Replies: 2
- Views: 4484
USB to SPI with ATMEL16
hey.. morning all
can you help me about that topic??
i'm using v-usb to create that project but i don't know how to use the frimware in v-usb..
i'm want to write / read eeprom via usb using SPI protocol.
please help me this my final project in my education...
can you help me about that topic??
i'm using v-usb to create that project but i don't know how to use the frimware in v-usb..
i'm want to write / read eeprom via usb using SPI protocol.
please help me this my final project in my education...