[bascom] get data from one micro controller to another micro controller

Thread Starter

king40

Joined Jul 17, 2013
75
hi
anybody have information about send and receive data between 2 micro controller with bascom programing language :rolleyes:
thanks
 
Last edited:

djsfantasi

Joined Apr 11, 2010
9,163
What microcontroller?
What type of data?
How much and how often?

One way is to use serial communications between two devices and write your own protocol.

Looks like Bascom supports 1-wire communications.
 

Thread Starter

king40

Joined Jul 17, 2013
75
What microcontroller?
What type of data?
How much and how often?

One way is to use serial communications between two devices and write your own protocol.

Looks like Bascom supports 1-wire communications.
thanks for answer
2 atmega 32 micro controller
crystal 16MHz for 2 micro
data type: long int like (12345) and max 5 digit
one micro measure (measure type is int) and send to another micro
thanks
 

djsfantasi

Joined Apr 11, 2010
9,163
How often are you going to send this data?

Did you review the bascom documentation and examples for 1-wire communications? You should and let us know if you understood them.
 
Top