Forum - MCS Electronics

 

FAQFAQ SearchSearch RegisterRegister Log inLog in

Virtual USB-port for AVR
Goto page Previous  1, 2, 3 ... 12, 13, 14 ... 20, 21, 22  Next
 
Post new topic   Reply to topic    www.mcselec.com Forum Index -> BASCOM-AVR
View previous topic :: View next topic  
Author Message
Debu

Bascom Member



Joined: 06 Jan 2008
Posts: 21
Location: Dhaka

bangladesh.gif
PostPosted: Wed Feb 23, 2011 10:13 am    Post subject: Reply with quote

Hi friend
Luciano
I need your help
Debu
Back to top
View user's profile AIM Address Yahoo Messenger MSN Messenger
compurap

Bascom Member



Joined: 23 Oct 2007
Posts: 43

blank.gif
PostPosted: Fri Feb 25, 2011 11:05 pm    Post subject: Reply with quote

MR RADAM:

In your KEyboard HID example is mising a .bas to compile, please check it if you can.

Really thanks
Back to top
View user's profile
radan

Bascom Member



Joined: 06 Jan 2007
Posts: 35

ukraine.gif
PostPosted: Sat Feb 26, 2011 6:40 am    Post subject: Reply with quote

This archive is a source code - http://bascom.at.ua/2011/Klava_USB/Klava.zip
Back to top
View user's profile Visit poster's website
compurap

Bascom Member



Joined: 23 Oct 2007
Posts: 43

blank.gif
PostPosted: Sun Feb 27, 2011 2:19 am    Post subject: Reply with quote

file "Const_swusb-includes.bas" is missing...

THANKS
Back to top
View user's profile
ollopa

Bascom Member



Joined: 03 Sep 2007
Posts: 233
Location: California

usa.gif
PostPosted: Sun Feb 27, 2011 12:33 pm    Post subject: Reply with quote

I'm still job-hunting full-time. I'm going to have to take a job out of the area and move, so it will be at least a few months before I do anything USB or BASCOM related. Sorry Sad
Back to top
View user's profile
radan

Bascom Member



Joined: 06 Jan 2007
Posts: 35

ukraine.gif
PostPosted: Sun Feb 27, 2011 8:13 pm    Post subject: Reply with quote

compurap wrote:
file "Const_swusb-includes.bas" is missing...
THANKS

Const_swusb-includes.bas - http://bascom.at.ua/2011/Klava_USB/Klava.zip
Back to top
View user's profile Visit poster's website
compurap

Bascom Member



Joined: 23 Oct 2007
Posts: 43

blank.gif
PostPosted: Mon Feb 28, 2011 11:02 pm    Post subject: Reply with quote

Thanks radan...

Last question... Can you trslate to english this coments:

"Dim Resetcounter As Word
Dim Idlemode As Byte
Dim Flaginputmsg As Byte 'Флаг срабатывания таймера
Dim Keymsg(Cool As Byte 'Передаваемый репорт (8 байт)
Dim Key(35) As Byte 'Массив состояния клавиш
Dim Lastkey(35) As Byte 'Массив предыдущего состояния клавиш
Dim K As Byte 'Счётчик цикла сканирования клавиш
Dim Paus As Byte 'Пауза между передаваемыми символами
"
from your program.... THANKS
Back to top
View user's profile
radan

Bascom Member



Joined: 06 Jan 2007
Posts: 35

ukraine.gif
PostPosted: Tue Mar 01, 2011 6:47 am    Post subject: Reply with quote

compurap wrote:
Thanks radan...

Last question... Can you trslate to english this coments:

"Dim Resetcounter As Word
Dim Idlemode As Byte
Dim Flaginputmsg As Byte 'Флаг срабатывания таймера
Dim Keymsg(Cool As Byte 'Передаваемый репорт (8 байт)
Dim Key(35) As Byte 'Массив состояния клавиш
Dim Lastkey(35) As Byte 'Массив предыдущего состояния клавиш
Dim K As Byte 'Счётчик цикла сканирования клавиш
Dim Paus As Byte 'Пауза между передаваемыми символами
"
from your program.... THANKS


Dim Flaginputmsg As Byte 'The flag timer
Dim Keymsg(Cool As Byte 'The broadcast report (8 bytes)
Dim Key(35) As Byte 'An array of key state
Dim Lastkey(35) As Byte 'An array of the previous key state
Dim K As Byte 'Loop counter scan keys
Dim Paus As Byte 'Pause between transmitted symbols
Back to top
View user's profile Visit poster's website
compurap

Bascom Member



Joined: 23 Oct 2007
Posts: 43

blank.gif
PostPosted: Tue Mar 01, 2011 4:19 pm    Post subject: Reply with quote

thanks Radam.

I will try and experiment.

Check your schematich included in .bas it said cristal is 12 MHZ and declare a 15MHZ in program. I read your page and know it 15MHZ only to inform...

Thanks and excuse my english.
Back to top
View user's profile
compurap

Bascom Member



Joined: 23 Oct 2007
Posts: 43

blank.gif
PostPosted: Mon Mar 14, 2011 10:32 pm    Post subject: Reply with quote

Radan: I cannot make your HID example...

Do you please explain FUSES used to me...

Thanks
Back to top
View user's profile
radan

Bascom Member



Joined: 06 Jan 2007
Posts: 35

ukraine.gif
PostPosted: Tue Mar 15, 2011 6:39 am    Post subject: mega8_fuse Reply with quote

http://bascom.at.ua/2010/Cats_Eye/mega8_fuse.gif
Back to top
View user's profile Visit poster's website
compurap

Bascom Member



Joined: 23 Oct 2007
Posts: 43

blank.gif
PostPosted: Tue Mar 15, 2011 9:38 pm    Post subject: Reply with quote

Thanks Radan.

It work...

...But only in old or linux machines. Not work in win XP and Seven.

Do you please tell me your test machine...

Thanks
Back to top
View user's profile
radan

Bascom Member



Joined: 06 Jan 2007
Posts: 35

ukraine.gif
PostPosted: Wed Mar 16, 2011 6:36 am    Post subject: Reply with quote

WINDOWS XP SP2
Back to top
View user's profile Visit poster's website
compurap

Bascom Member



Joined: 23 Oct 2007
Posts: 43

blank.gif
PostPosted: Fri Mar 18, 2011 3:14 pm    Post subject: Reply with quote

I solved, thanks Radan.

The problem was power to avr son in new machines device was not recongnised.

I surfed the web and found your forum in russian...

So i take away zener diodes and put a regulator and power ATMEGA8 with 3.3 Volt and works in all machines.

It was figure 2 from 56740f9d34d1.jpg from your forum
Back to top
View user's profile
ex4

Bascom Member



Joined: 13 Jan 2006
Posts: 1062
Location: indonesia

indonesia.gif
PostPosted: Tue Mar 22, 2011 5:16 am    Post subject: Reply with quote

can i receive or send more than 8byte at a time?
or the max packet size is only 8 byte at atime?
Back to top
View user's profile Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    www.mcselec.com Forum Index -> BASCOM-AVR All times are GMT + 1 Hour
Goto page Previous  1, 2, 3 ... 12, 13, 14 ... 20, 21, 22  Next
Page 13 of 22

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum