Go to advanced search

by Abdulrehmangriffith
Wed Apr 11, 2018 2:41 am
Forum: General discussion
Topic: String Array convert into int array
Replies: 3
Views: 523

Re: String Array convert into int array

Thanks DavidS, I’m send data using Tera Term software from the PC. I’m using wiringSerial library to receive the data, by using this serialGetchar( ) function I’m receiving one byt at a time means just one char
by Abdulrehmangriffith
Wed Apr 11, 2018 12:29 am
Forum: General discussion
Topic: String Array convert into int array
Replies: 3
Views: 523

String Array convert into int array

I’m doing serial communication with RPI to PC. I have couple of files contain integer data such as [ 37098, 34509, .... ] saved in PC. I succeed in transfer file data from pc to rpi but it transferred one by one like 3,7,0,9,8. I tried it doing first convert it into string then apply atoi( ) functio...
by Abdulrehmangriffith
Mon Apr 09, 2018 9:19 am
Forum: General discussion
Topic: UART
Replies: 7
Views: 744

Re: UART

Yes want to read the file by the RPi but file storted in PC
by Abdulrehmangriffith
Mon Apr 09, 2018 9:18 am
Forum: General discussion
Topic: UART
Replies: 7
Views: 744

Re: UART

I have couple of text files in PC. I can send and receive data from RPi to PC using uart. Firstly, I started with single character and then string of data. Now I want to read the whole file from the PC Using uart.
by Abdulrehmangriffith
Mon Apr 09, 2018 8:50 am
Forum: General discussion
Topic: UART
Replies: 7
Views: 744

UART

I’m using Rpi 2. How to read txt file from PC using UART?

Go to advanced search