Skip to content

chili-epfl/qml-serial-port

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This plugin is for sending data through serial usb port

After connecting to the usb, check the name of the port with dmesg. Give the write permission to anyone by: sudo chmod 777 /dev/nameoftheport

In cellulo code create a serial port object and set port name: SerialPort { id: serialPort Component.onCompleted: { serialPort.setPortName("/dev/nameoftheport") serialPort.open() } }

About

serial port plugin to send data to eeg device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published