Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

USB to Serial Port

I bought I device which is to be connected to computer through USB. I am about to program this device using Matlab. I would like my computer to see this device (when connected)as in a communication port not as a usb device. Device manager sees it as "libusb" with USBasp driver.

What I want is to convert its connection as in COM port, so that in my program I can easily declare what COM port is the device connected then I can write/read the data on it.

like image 750
dmfrl Avatar asked Nov 13 '22 19:11

dmfrl


1 Answers

When I worked at Honda we frequently used these with pretty good success.

http://www.cablestogo.com/product.asp?cat_id=101&sku=26886

like image 83
zmanc Avatar answered Jan 04 '23 02:01

zmanc