Search found 2 matches
- Sun Jan 15, 2012 9:40 am
- Forum: V-USB
- Topic: Generic serial (RS232) driver - use a std on the PC
- Replies: 2
- Views: 3886
Re: Generic serial (RS232) driver - use a std on the PC
Thanks Daid, ATMega8U2 is really a better solution for me. And proto type board is awailable like "USB Serial Light Adapter" and others.
- Thu Jan 12, 2012 2:00 am
- Forum: V-USB
- Topic: Generic serial (RS232) driver - use a std on the PC
- Replies: 2
- Views: 3886
Generic serial (RS232) driver - use a std on the PC
Hi I want to make a small device which just present itself to my PC as a generic serial port device like /dev/ttyUSB0 so I do not have to have a special driver on my PC. I expect the communication to look like: echo "set mode=7" > /dev/ttyUSB0 cat /dev/ttyUSB0 > data.log The project is ver...