ece4560:controlbox:connecting
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ece4560:controlbox:connecting [2018/10/20 13:19] – [Interfacing the Arduino Control Box] pvela | ece4560:controlbox:connecting [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
==== Windows ==== | ==== Windows ==== | ||
+ | ----------------- | ||
+ | To determine the COM port label in Windows, open the " | ||
- | To determine the COM port label in Windows, open the " | + | ==== MacOS / Linux ==== |
+ | ----------------------- | ||
+ | The way I figure this out is to first type in: | ||
+ | < | ||
+ | ls /dev/tty* | ||
+ | </ | ||
+ | and then plug in the device. | ||
+ | < | ||
+ | ls /dev/tty* | ||
+ | </code> | ||
+ | and see what is different. The different line is the name of the device. | ||
+ | === Drivers === | ||
+ | If you are not sure that the drivers are being loaded, then it helps to type '' | ||
+ | |||
+ | === Access to Device === | ||
+ | You might not be able to output to the device through the virtual COM port. This could be a function of two things, one being permissions and the other being the virtual serial port settings. | ||
+ | |||
+ | **Permissions.** Usually in linux, the best way is to add oneself to the group list with read/write permissions for the serial ports. | ||
+ | |||
+ | **Port Settings.** Another issue can be the serial communications parameters. | ||
--------- | --------- |
ece4560/controlbox/connecting.1540055983.txt.gz · Last modified: 2024/08/20 21:38 (external edit)