Hi,
I am trying to connect my PIC18F4550 (and 18F85j50) to my PC which has Linux installed.
I need the right driver! Can anyone help me?
Now when I attached my PIC to usb port, it saw an ACM device, and I use puuty on port ttyACM0 to send data ( it works not very well ), but I can't receive data.
Thanks
Bye
muisca
Joined: 13 Feb 2009 Posts: 2
try an redirected echo
Posted: Tue Feb 24, 2009 5:03 pm
Hi I'm able to receive string from CDC device on linux using a pipe to another terminal, something like:
[linux@user] cat /dev/ttyACM0
if not sure wich terminal you should use, you can always count with dmesg command wich will tell you what kind of device and how the O.S mapped it.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum