![]() | ![]() | ![]() |
| | |||||||
| Notices |
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink (permalink)) |
| The USB bit wacker provides the PIC end. You can write the PC end in anything you like including C#.
__________________ The world is nothing but a big Casino Royal, With bodies to buy, souls to sell Do I win by playing just the cards I’ve been dealt Yes I know how to be a master search engine for electronic partsJunebug USB PIC programmer kit., USB Bit Wacker, 3v0's Homepage The 15 Minute Printed Circuit Board! (+drill time) | |
| | |
| | (permalink (permalink)) |
| The bit whacker was just good if i didn't mind using COM port emulation... but i want to make a real USB device without any king of ports emulation... And after having the PIC firmware developed i can use it with little changes on other projects as well. I just didn't have where to start before, now i do USB has some issues when it comes down to make programs on the PC because each USB device has an diferente USB chip and each chip needs an diferente drivers, that just does it... I don't understand the END POINT, PID meanings, but i will try to spend more time on this, i think that USB is an great periperal interface. | |
| | |
| | (permalink (permalink)) |
| Just wanted to say that the com port emulation runs at USB speeds. The com port speed parameter is ignored. I would guess that C# has a good support for USB. It is one of the things on the long list that I would like to futz with. Have fun.
__________________ The world is nothing but a big Casino Royal, With bodies to buy, souls to sell Do I win by playing just the cards I’ve been dealt Yes I know how to be a master search engine for electronic partsJunebug USB PIC programmer kit., USB Bit Wacker, 3v0's Homepage The 15 Minute Printed Circuit Board! (+drill time) | |
| | |
| | (permalink (permalink)) |
| LOL i'm sorry to say this, but the framework it uses () has no no suport for USB... it only has an SerialPort component that allows communications with COM ports... very good component, works well with emulated ports, i had an experience with the SerialPort from an PDA's Bluetooth module... But it doesn't have USB or even LPT port support. This is mainlly because each hardware manufactor develops an diferent driver and thus an diferent API for communicating with their devices... When someone whants to develop an program that works with an USB device on Windows he has to seek info about the USB chip used and get the API to work with... It's very boring actually, i'm bored of just think about it. ...anyhow, you can "wrap" (assign) methods (functions) headers to Dynamic Linked Libraries (DLLs) and use them as if using them with C... but it needs some work, for ex. you would need to define an WORD as being an common Int16, BYTE as a Char... etc... The good stuff about C# is the .Net Framework, it has many things, like encryption algoritms implementations, IP stack with support for allmost everything that IP can carry... cool UIs... fast development, integrated garbage collector... many things... | |
| | |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Latest |
| May I make some friends here? | Albert Su | Chit-Chat | 6 | 18th April 2007 05:24 PM |
| friends | dhanasekar.u | Feedback/Comments | 0 | 1st July 2004 12:14 PM |
| hi friends | imgemini | General Electronics Chat | 2 | 24th April 2003 01:37 AM |
| Hello Friends | gemm | General Electronics Chat | 1 | 15th April 2003 12:00 PM |
| hello friends could anyone help me | kwamesimpe | Datasheet/Parts Requests | 1 | 20th March 2003 07:13 AM |