Search found 134 matches
- Thu Sep 26, 2013 5:57 pm
- Forum: C/C++
- Topic: PC-RPi communication over USB
- Replies: 14
- Views: 23896
Re: PC-RPi communication over USB
PM Sent, thanks again.
- Thu Sep 26, 2013 3:52 pm
- Forum: C/C++
- Topic: PC-RPi communication over USB
- Replies: 14
- Views: 23896
Re: PC-RPi communication over USB
Yes I would be interested. Not quite the same chip on my cable and running win8 but it might lead me to an updated driver for use with the newer prolific chip.
- Wed Sep 25, 2013 9:59 pm
- Forum: C/C++
- Topic: PC-RPi communication over USB
- Replies: 14
- Views: 23896
Re: PC-RPi communication over USB
The Belkin "easy transfer cable" I have uses the PLUSB driver in linux. It has the PL-25A1 chip which is supported in that driver. My problem is not on the linux side, it's getting windows to treat the darn thing as a network interface. I'm afraid it may not be possible in Windows 8 which ...
- Wed Sep 25, 2013 8:14 pm
- Forum: C/C++
- Topic: PC-RPi communication over USB
- Replies: 14
- Views: 23896
Re: PC-RPi communication over USB
I got a few cables (Belkin Easy Transfer Cable for Windows 8) and the RPi seems to be working. It lists the adapter as usb0 under ifconfig and I can enable it: sudo ifconfig usb0 10.0.0.1 netmask 255.255.255.255 up However, I do not see a network adapter on the Windows 8 side of things. Anyone know ...
- Fri Sep 20, 2013 3:50 pm
- Forum: C/C++
- Topic: PC-RPi communication over USB
- Replies: 14
- Views: 23896
Re: PC-RPi communication over USB
What brand cable is that? Model or part number. I'm sure these are not all created equal. Was thinking of getting a Belkin brand, have had good luck in the past with their usb-ser cables. On a side note, I don't need the RPi's to communicate with each other, just with the PC to get updated setpoints...
- Fri Sep 13, 2013 5:14 pm
- Forum: C/C++
- Topic: PC-RPi communication over USB
- Replies: 14
- Views: 23896
Re: PC-RPi communication over USB
I've never used one myself... Seems to also be called a transfer cable, used when grandma gets a new laptop to transfer files from old to new. Curious, can more than one of these be used at the same time? IE PC connected to hub, hub linked to 3 raspberry pi's via 3 host to host usb cables. Not sure ...
- Thu Sep 12, 2013 6:01 pm
- Forum: C/C++
- Topic: PC-RPi communication over USB
- Replies: 14
- Views: 23896
Re: PC-RPi communication over USB
Are you referring to "host to host" USB cable? Or are you referring to a USB to Ethernet adapter?
- Wed Sep 11, 2013 7:38 pm
- Forum: C/C++
- Topic: PC-RPi communication over USB
- Replies: 14
- Views: 23896
PC-RPi communication over USB
Is there anyway I can connect a USB cable between a PC (Windows/Linux) and a RPi and communicate between applications I've written (am writing) without the use of USB-Serial converters? I realize TCP/IP would be a better choice but I'm being pressured to go this route.
- Fri Aug 23, 2013 3:47 pm
- Forum: C/C++
- Topic: WiringPi + Easy Driver
- Replies: 1
- Views: 1664
WiringPi + Easy Driver
I realize there has been many topics about stepper motors and the RPi. I've done the searches and read up. With that said... I'm working on a project to pulse an Easy Driver (Big Easy Driver actually, https://www.sparkfun.com/products/retired/10735) from the RPi. My application is pretty simplistic,...