Fluxanode
Fluxanode
Is there a reference document for the functions, features, and usage for SDFAT?
I am trying to move from the SdFat to the newer version. I'm using a teensy 3.2 My program worked with the older versions and the recommended fix. Now I...
Frank, can I use this to calculate the CRC for AD74412R? From the data sheet: SPI CRC: To ensure that data is received correctly in noisy environments, the AD74412R has...
I this lib supported anymore? It would be really cool if there was a list of the functions and their usage.
Are you using control for TE and DE? Or are you depending auto direction control?
I need to get a single value from a holding or input reg that is in two reg addresses. I want to read 8006 (8007) as the date then read...
CRC?
Does your library calculate the crc and matching to verify? Modbus RTU style?
PIN ID
What pins are used on the arduino for TX RX RE TE? I can't find pinout info in the docs.
I want to used this with a standalone TTL to RS485 IC on a Teensy. Can you tell me what serial pins are used in the library for TX, RX,...
What is the typical usage for ```cpp float modbusMaster::float32FromRegister(byte regType, int regNum, endianness endian) { getRegisters(regType, regNum, FLOAT32_SIZE/2); return float32FromFrame(endian); } ``` can i call it by: reg1 = modbus.float32FromRegister(0x04,...