SimonW
December 3rd, 2007, 04:16 PM
Hi guys!
Bevore I start posing qestions a
short explaination how to use a USB to RS232 bridge inside of Wine:
Plug in the USB cable and look inside the syslog imediately. You should see, if and where the device is installed
gedit /var/log/syslog
Then create a softlink.
ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1
This is my problem:
I got MPLAB working without problems, but cannot connect to the ICD2.
It warns I have to disable the FIFO buffer.
I successfully opens the serial port and tries to connect, then it hangs up.
Has anyone an Idea, how to disable the FIFO or solve this porblem an other way?
reards Simon
Bevore I start posing qestions a
short explaination how to use a USB to RS232 bridge inside of Wine:
Plug in the USB cable and look inside the syslog imediately. You should see, if and where the device is installed
gedit /var/log/syslog
Then create a softlink.
ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1
This is my problem:
I got MPLAB working without problems, but cannot connect to the ICD2.
It warns I have to disable the FIFO buffer.
I successfully opens the serial port and tries to connect, then it hangs up.
Has anyone an Idea, how to disable the FIFO or solve this porblem an other way?
reards Simon