Re: [Sdcc-user] PIC18F4550 USART problems - a self contained example

2009-02-23 Thread Kustaa Nyholm
Hi I've managed to prune down my code to single/simple one filer that reproduces the problem. I'd welcome any suggestions, including what list is the best list to discuss this sort of problem. To re-iterate my problem. I send four bytes ( 4 * 0x55) and receive from my Mac, with Java as foll

Re: [Sdcc-user] PIC18F4550 USART problems - a self contained example

2009-02-23 Thread Thorsten Klose
Hi, which PIC18F4550 silicon version are you using? It could be affected by the infamous EUSART bug as described here: http://www.ucapps.de/mbhp_usb_pic.html The bug has been fixed in rev5 Best Regards, Thorsten. Am 23.02.2009 um 19:16 schrieb Kustaa Nyholm: > Hi > > I've managed to prune