Skip to content

chondromollikaahmed/caserialpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serial commucation between arduino and python

Installation

Use the Arduino IDE to install the libray to use

Usages

import header file

#include<caserial.cpp>

initializing it in the setup

SerailCom serialData (1,1);
//number of value received 
//digits per value recieved

setup() fucntion

  serialData.begin();
  // default baudrate=9600

for sending data

  serialData.Send('');

for Receiving Data

  serialData.Get('');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages