Sorry Maarten, I didn't explain it entirely (my fault) and glad you answered, I don't use "just for debugging", I use it to exchange data to the PC, it's an RF 433Mhz RC auto telemetry system, which connects to the PC to show current motor temperature and other useless stuff :)
I have a USB-Serial adapter, but I just think this is the time to abandon RS232 and finally learn USB communication, which I've been postponing for too much time. It uses a PIC 18F4550 on both ends so it has built-in USB capabilities. I tried using Microchip's USB stack, but just can't figure out how to use it with SDCC, and even Vasco-PUF, which searching the web is apparently the most used one, I'm having troubles with. No possibility to use Windows also, I depend too much on my Linux machine, this is why I've been using SDCC so far. On 11/12/2009 02:17 PM, Maarten Brock wrote: > Bruno, > > Have you considered using one of the USB-UART converters from FTDI, SiLabs > or Prolific? Much easier than augmenting your application with a complete > USB stack just for debug output. And what if your MCU doesn't have USB, > only UART? > > Maarten > > >> Hi guys, I'm playing with SDCC for a while, always using RS232 for debug >> and communication, recently replaced my workstation for a notebook and >> no more serial ports available, so I decided to just abandon the RS232 >> and go for the USB. >> >> I've been working with Vasco-PUF USB framework but kept thinking that >> SDCC might have a library implementation for USB, specially for CDC with >> is simpler. >> >> How can I start working with USB using SDCC not using third-part >> libraries like Vasco-PUF ? >> >> -- >> Bruno de Pádua Mélo >> IT Specialist - IBM J2EE Developer >> Sun Certified Java Programmer (SCJP) 5 Certified >> email : [email protected] / [email protected] >> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >> 30-Day >> trial. Simplify your report design, integration and deployment - and focus >> on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Sdcc-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/sdcc-user >> >> >> > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Sdcc-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sdcc-user > > -- Bruno de Pádua Mélo IT Specialist - IBM J2EE Developer Sun Certified Java Programmer (SCJP) 5 Certified email : [email protected] / [email protected] External Line: (+55) 0xx44 3227 3586 Mobile: (+55) 0xx44 9994 2262 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
