Connecting Mermory Cart Or Usb To Cp
#1
Posted 16 June 2007 - 07:19 PM
Does It need next generation of ClassPads or OSs?!
(Don't forget Impossible is Impossible, Human can do WHATEVER he want!))
How to program CP ports?
I want to make this topic HOT even I remember we have discussed it SHORTLY befor!
#2
Posted 16 June 2007 - 09:20 PM
It's not a question of OS or programmation, but of hardware limitations.
#3
Posted 17 June 2007 - 03:54 AM
#4
Posted 17 June 2007 - 05:12 PM
#5
Posted 18 June 2007 - 04:28 AM
#6
Posted 18 June 2007 - 06:59 AM
#7
Posted 18 June 2007 - 09:46 AM
#8
Posted 18 June 2007 - 07:45 PM
But you should keep on going to reach it!
#9
Posted 20 June 2007 - 06:39 PM
Can we connect this to CP USB port?
We can supply power externally by an adaptor!
Btw, Think professional And use your CP professionally.
#10
Posted 21 June 2007 - 04:38 AM
#11
Posted 21 June 2007 - 09:05 AM
But a FDD socket and its cable have many Pins; How to Connect it via USB?
#12
Posted 21 June 2007 - 07:50 PM
#13
Posted 22 June 2007 - 11:12 AM
What do you think about internal ones?
#14
Posted 22 June 2007 - 09:41 PM
i don't mess with electrical stuff.. you can end with a Toastpad 300
#15
Posted 23 June 2007 - 03:28 AM
(dutchforce)
http://www.dutchforc...mp;#entry105755
(techforums)
http://www.tech-foru...32/#post1121667
#16
Posted 23 June 2007 - 03:34 AM
#17
Posted 23 June 2007 - 08:15 PM
oh my god!!
no offence ... but it looks like everyone here watches lot's of movies!!!
do you understand what you say !!!
what has the usb on cp got to the usb of pc!!!
why do you think you can connect a flash or whatever to the usb socket of cp!!! just because both have the same shape!!!!!!!!!
we are living in real world not some movie!!!!
#18
Posted 24 June 2007 - 03:11 AM
#19
Posted 24 June 2007 - 07:25 PM
It's about a need, requirement.
CP ram and flash Memories aren't enough!
Am I so ambitious!
#20
Posted 25 June 2007 - 02:47 AM
#21
Posted 25 June 2007 - 07:33 PM
We need a team combined of electronic and computer (both software and hardware) engineers!
#22
Posted 25 June 2007 - 10:06 PM
IMHO, he was right to do soI said that... the first electro guy that had seen this topic.... had a a rant :roflol
#23
Posted 27 June 2007 - 07:58 AM
That's where dutch force and techforums come in handy!We can define required protocol to use 3pin or USB socket differently.
We need a team combined of electronic and computer (both software and hardware) engineers!
(dutchforce)
http://www.dutchforc...mp;#entry105755
(techforums)
http://www.tech-foru...32/#post1121667
#24
Posted 28 June 2007 - 05:21 AM
#25
Posted 28 June 2007 - 05:42 PM
I think we have necessary command such as:
open/close port, send/recieve data.
EDITED:
I have a basic question:
What do the pins on 3pin and USB (4pin) socket do?
Which one is affined to send and which one is affined to recieve data?
Are there any null (ground) pins?
For a connection, how many pins at last is needed?
#26 Guest_Gust-intered_*
Posted 01 July 2007 - 06:55 PM
#27
Posted 01 July 2007 - 08:34 PM
#28
Posted 02 July 2007 - 06:52 PM
I couldn't access the topics?!That's where dutch force and techforums come in handy!
(dutchforce)
http://www.dutchforc...mp;#entry105755
(techforums)
http://www.tech-foru...32/#post1121667
#29
Posted 02 July 2007 - 09:18 PM
http://www.tech-foru...32/#post1121667
Dutch-force:
http://www.dutchforc...h...=18&t=13086
#30
Posted 03 July 2007 - 11:29 AM
If you want to use the USB-port, with a standard USB-mass storage device, you would have to disassemble the OS and rewrite the right parts of it for USB host support.
It is not something you can ask how to do on a random forum, and expect a step-by-step answer with nice pictures.
#31
Posted 03 July 2007 - 06:02 PM
I just give the idea, I thought it can be develope however it is really difficult!
#32
Posted 03 July 2007 - 07:46 PM
#33
Posted 03 July 2007 - 08:27 PM
Just saying you should not put too much energy in this
#34
Posted 03 July 2007 - 09:55 PM
#35
Posted 03 July 2007 - 10:32 PM
If you don't even know where to start, you are sortof unqualified
#36
Posted 09 July 2007 - 04:57 PM
There is many hardware limitations. It is not easy.
Why you don't try to using the serial port(3pin). it is really easy to make a flash using serial port and cheaper than usb solution. just a piece of cake.
I can do it but there is a problem. Is there any one who can write a program for CP to access the CP flash memory?(some kind of file manager.)
So we can store our data in external flash and every time we need them transfer our data from/to CP flash to/from external flash.(by 'data' I mean add-ins or any thing else.)
#37
Posted 09 July 2007 - 05:27 PM
Please tell me how!
But a problem, CP's flash is NAND, not NOR. So you cant use it as RAM (
#38
Posted 09 July 2007 - 07:52 PM
We can use a MicroController that communicate with CP by using the serial port and a flash memory witch connected to the MicroController. So MicroController act as a bridge between serial port and flash memory.
How much additional flash memory do you need? I found Atmel has 4MB @5v high performance modules. Is it enough or you need more?
#39
Posted 09 July 2007 - 10:22 PM
#40
Posted 10 July 2007 - 04:09 AM
I didn't say to use CP's flash as RAM. I just need a program to read data from CP's flash then send it to serial port and recive data from serial port and write it to CP's flash. Just a simple program. We can make so many diffrent adaptors for serial port. Working with serial port is very easy and cheap.
We can use a MicroController that communicate with CP by using the serial port and a flash memory witch connected to the MicroController. So MicroController act as a bridge between serial port and flash memory.
How much additional flash memory do you need? I found Atmel has 4MB @5v high performance modules. Is it enough or you need more?
I'm not talking about using Flash as Ram.
Is the MicroController and your Flash big? Can I open the ClassPad and put them inside?
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users