Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
manual:chapter1:usbcomms [2017/12/27 14:49] claudio created |
manual:chapter1:usbcomms [2019/11/19 15:42] (current) jojo1973 Reformatted |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== USB Communications | + | ===== USB communications |
| - | newRPL devices can communicate with **newRPL Desktop** by connecting the calculator to the host with a USB cable. There' | + | **newRPL** devices can communicate with **newRPL Desktop** by connecting the calculator to the host with a USB cable. There' |
| **Windows** | **Windows** | ||
| + | |||
| No additional steps needed, just plug it. | No additional steps needed, just plug it. | ||
| **Linux** | **Linux** | ||
| - | The current user (the user newRPL Desktop is running as) needs to have read/write permissions to USB devices. | ||
| - | Create a new group '' | ||
| - | Next, create a file (as root) ''/ | ||
| + | The current user (the user **newRPL Desktop** is running as) needs to have read/write permissions to USB devices. | ||
| + | |||
| + | - Create a new group '' | ||
| + | - create a file (as root) ''/ | ||
| KERNEL==" | KERNEL==" | ||
| SUBSYSTEM==" | SUBSYSTEM==" | ||
| - | + | </ | |
| - | This will indicate the system to assign the group usbdevices to all new HID devices, and permits read/write to members of that group. | + | - finally, restart the system for the new permissions to take effect. |
| **freeBSD** | **freeBSD** | ||
| - | The current user (the user newRPL Desktop is running as) needs to have read/write permissions to USB devices. | ||
| - | Create a new group '' | ||
| - | Next, create a file (as root) ''/ | ||
| - | |||
| - | [localrules=5] | ||
| - | add path ' | ||
| - | add path ' | ||
| - | add path ' | ||
| - | |||
| - | Finally, edit the file (as root) ''/ | ||
| - | devfs_system_ruleset=" | + | The current user (the user **newRPL Desktop** is running as) needs to have read/write permissions to USB devices. |
| - | | + | |
| + | - Create a new group '' | ||
| + | - create a file (as root) ''/ | ||
| + | [localrules=5] | ||
| + | add path ' | ||
| + | add path ' | ||
| + | add path ' | ||
| + | </ | ||
| + | - edit the file (as root) ''/ | ||
| + | devfs_system_ruleset=" | ||
| + | - finally, restart the system for the new permissions to take effect. | ||